XamlDirect.SetSizeProperty(IXamlDirectObject, XamlPropertyIndex, Size) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.