다음을 통해 공유


XamlDirect.SetThicknessProperty 메서드

정의

특정 IXamlDirectObject에 대한 Thickness 속성 값을 설정합니다.

public:
 virtual void SetThicknessProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Thickness value) = SetThicknessProperty;
void SetThicknessProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Thickness const& value);
public void SetThicknessProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Thickness value);
function setThicknessProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetThicknessProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Thickness)

매개 변수

xamlDirectObject
IXamlDirectObject

특정 IXamlDirectObject에 대한 참조입니다.

propertyIndex
XamlPropertyIndex

XamlPropertyIndex 열거형의 지원되는 속성 목록에서 값을 설정하는 Thickness 속성에 대한 참조입니다.

value
Thickness

지정된 속성으로 설정할 두께 값입니다.

적용 대상

추가 정보