Condividi tramite


XamlDirect.SetThicknessProperty Metodo

Definizione

Imposta il valore di una proprietà Thickness per un oggetto IXamlDirectObject specifico.

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)

Parametri

xamlDirectObject
IXamlDirectObject

Riferimento all'oggetto IXamlDirectObject specifico.

propertyIndex
XamlPropertyIndex

Riferimento alla proprietà Thickness per impostare il valore di dall'elenco delle proprietà supportate nell'enumerazione XamlPropertyIndex .

value
Thickness

Valore spessore da impostare sulla proprietà specificata.

Si applica a

Vedi anche