XamlDirect.GetThicknessProperty(IXamlDirectObject, XamlPropertyIndex) Метод

Определение

Возвращает значение свойства Thickness для конкретного объекта 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

Параметры

xamlDirectObject
IXamlDirectObject

Ссылка на конкретный объект IXamlDirectObject.

propertyIndex
XamlPropertyIndex

Ссылка на свойство Thickness для получения значения из списка поддерживаемых свойств в перечислении XamlPropertyIndex .

Возвращаемое значение

Значение толщины указанного свойства.

Применяется к

См. также раздел