XamlDirect.SetPointProperty Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.