XamlDirect.SetThicknessProperty Метод

Определение

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

Параметры

xamlDirectObject
IXamlDirectObject

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

propertyIndex
XamlPropertyIndex

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

value
Thickness

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

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

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