XamlDirect.SetRectProperty(IXamlDirectObject, XamlPropertyIndex, Rect) 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à Rect per un oggetto IXamlDirectObject specifico.
public:
virtual void SetRectProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Rect value) = SetRectProperty;
void SetRectProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Rect const& value);
public void SetRectProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Rect value);
function setRectProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetRectProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Rect)
Parametri
- xamlDirectObject
- IXamlDirectObject
Riferimento all'oggetto IXamlDirectObject specifico.
- propertyIndex
- XamlPropertyIndex
Riferimento alla proprietà Rect per impostare il valore di dall'elenco delle proprietà supportate nell'enumerazione XamlPropertyIndex .
- value
- Rect
Valore rect da impostare sulla proprietà specificata.