Freigeben über


XamlDirect.GetPointProperty(IXamlDirectObject, XamlPropertyIndex) Methode

Definition

Ruft den Wert einer Point-Eigenschaft für ein bestimmtes IXamlDirectObject ab.

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

Parameter

xamlDirectObject
IXamlDirectObject

Ein Verweis auf das spezifische IXamlDirectObject.

propertyIndex
XamlPropertyIndex

Ein Verweis auf die Point-Eigenschaft , um den Wert von aus der Liste der unterstützten Eigenschaften in der XamlPropertyIndex-Enumeration abzurufen.

Gibt zurück

Punktwert der angegebenen Eigenschaft.

Gilt für:

Weitere Informationen