XamlDirect.GetThicknessProperty(IXamlDirectObject, XamlPropertyIndex) Method

Definition

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

public:
 virtual Thickness GetThicknessProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetThicknessProperty;
Thickness GetThicknessProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Thickness GetThicknessProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getThicknessProperty(xamlDirectObject, propertyIndex)
Public Function GetThicknessProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Thickness

Parameters

xamlDirectObject
IXamlDirectObject

A reference to the specific IXamlDirectObject.

propertyIndex
XamlPropertyIndex

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

Returns

Thickness value of the specified property.

Applies to

See also