Condividi tramite


XamlDirect.SetSizeProperty(IXamlDirectObject, XamlPropertyIndex, Size) Metodo

Definizione

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

public:
 virtual void SetSizeProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Size value) = SetSizeProperty;
void SetSizeProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Size const& value);
public void SetSizeProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Size value);
function setSizeProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetSizeProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Size)

Parametri

xamlDirectObject
IXamlDirectObject

Riferimento all'oggetto IXamlDirectObject specifico.

propertyIndex
XamlPropertyIndex

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

value
Size

Valore delle dimensioni da impostare sulla proprietà specificata.

Si applica a

Vedi anche