Condividi tramite


XamlDirect.SetRectProperty(IXamlDirectObject, XamlPropertyIndex, Rect) Metodo

Definizione

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.

Si applica a

Vedi anche