XamlDirect.SetThicknessProperty Method

Definition

Sets the value of a Thickness property for a specific IXamlDirectObject.

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)

Parameters

xamlDirectObject
IXamlDirectObject

A reference to the specific IXamlDirectObject.

propertyIndex
XamlPropertyIndex

A reference to the Thickness property to set the value of from the list of supported properties in XamlPropertyIndex enum.

value
Thickness

Thickness value to set to the specified property.

Applies to

See also