XamlDirect.GetPointProperty(IXamlDirectObject, XamlPropertyIndex) Méthode

Définition

Obtient la valeur d’une propriété Point pour un IXamlDirectObject spécifique.

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

Paramètres

xamlDirectObject
IXamlDirectObject

Référence à l’objet IXamlDirectObject spécifique.

propertyIndex
XamlPropertyIndex

Référence à la propriété Point pour obtenir la valeur de à partir de la liste des propriétés prises en charge dans l’énumération XamlPropertyIndex .

Retours

Valeur de point de la propriété spécifiée.

S’applique à

Voir aussi