Condividi tramite


XamlDirect.GetPointProperty(IXamlDirectObject, XamlPropertyIndex) Metodo

Definizione

Ottiene il valore di una proprietà Point per un oggetto IXamlDirectObject specifico.

public:
 virtual Point GetPointProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetPointProperty;
Point GetPointProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Point GetPointProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getPointProperty(xamlDirectObject, propertyIndex)
Public Function GetPointProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Point

Parametri

xamlDirectObject
IXamlDirectObject

Riferimento all'oggetto IXamlDirectObject specifico.

propertyIndex
XamlPropertyIndex

Riferimento alla proprietà Point per ottenere il valore di dall'elenco delle proprietà supportate nell'enumerazione XamlPropertyIndex .

Restituisce

Valore punto della proprietà specificata.

Si applica a

Vedi anche