XamlDirect.GetRectProperty(IXamlDirectObject, XamlPropertyIndex) 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.
Ottiene il valore di una proprietà Rect per un oggetto IXamlDirectObject specifico.
public:
virtual Rect GetRectProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetRectProperty;
Rect GetRectProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Rect GetRectProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getRectProperty(xamlDirectObject, propertyIndex)
Public Function GetRectProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Rect
Parametri
- xamlDirectObject
- IXamlDirectObject
Riferimento all'oggetto IXamlDirectObject specifico.
- propertyIndex
- XamlPropertyIndex
Riferimento alla proprietà Rect per ottenere il valore di dall'elenco delle proprietà supportate in XamlPropertyIndex enumerazione.
Restituisce
Valore di correzione della proprietà specificata.