XamlDirect.SetThicknessProperty Méthode

Définition

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

public:
 virtual void SetThicknessProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Thickness value) = SetThicknessProperty;
void SetThicknessProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Thickness const& value);
public void SetThicknessProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Thickness value);
function setThicknessProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetThicknessProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Thickness)

Paramètres

xamlDirectObject
IXamlDirectObject

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

propertyIndex
XamlPropertyIndex

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

value
Thickness

Valeur d’épaisseur à définir sur la propriété spécifiée.

S’applique à

Voir aussi