Freigeben über


XamlDirect.SetThicknessProperty Methode

Definition

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

Ein Verweis auf das spezifische IXamlDirectObject.

propertyIndex
XamlPropertyIndex

Ein Verweis auf die Thickness-Eigenschaft , um den Wert von aus der Liste der unterstützten Eigenschaften in xamlPropertyIndex-Enumeration festzulegen.

value
Thickness

Dickenwert , der auf die angegebene Eigenschaft festgelegt werden soll.

Gilt für:

Weitere Informationen