XamlDirect.SetRectProperty(IXamlDirectObject, XamlPropertyIndex, Rect) 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é Rect pour un IXamlDirectObject spécifique.
public:
virtual void SetRectProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Rect value) = SetRectProperty;
void SetRectProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Rect const& value);
public void SetRectProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Rect value);
function setRectProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetRectProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Rect)
Paramètres
- xamlDirectObject
- IXamlDirectObject
Référence à l’objet IXamlDirectObject spécifique.
- propertyIndex
- XamlPropertyIndex
Référence à la propriété Rect pour définir la valeur de dans la liste des propriétés prises en charge dans l’énumération XamlPropertyIndex .
- value
- Rect
Valeur rect à définir sur la propriété spécifiée.