XamlDirect.SetPointProperty Méthode

Définition

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

public:
 virtual void SetPointProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Point value) = SetPointProperty;
void SetPointProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Point const& value);
public void SetPointProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Point value);
function setPointProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetPointProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Point)

Paramètres

xamlDirectObject
IXamlDirectObject

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

propertyIndex
XamlPropertyIndex

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

value
Point

Valeur de point à définir sur la propriété spécifiée.

S’applique à

Voir aussi