Bagikan melalui


XamlDirect.SetThicknessProperty Metode

Definisi

Mengatur nilai properti Ketebalan untuk IXamlDirectObject tertentu.

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)

Parameter

xamlDirectObject
IXamlDirectObject

Referensi ke IXamlDirectObject tertentu.

propertyIndex
XamlPropertyIndex

Referensi ke properti Ketebalan untuk mengatur nilai dari daftar properti yang didukung di enum XamlPropertyIndex .

value
Thickness

Nilai ketebalan untuk diatur ke properti yang ditentukan.

Berlaku untuk

Lihat juga