XamlDirect.GetSizeProperty(IXamlDirectObject, XamlPropertyIndex) Méthode

Définition

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

public:
 virtual Size GetSizeProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetSizeProperty;
Size GetSizeProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Size GetSizeProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getSizeProperty(xamlDirectObject, propertyIndex)
Public Function GetSizeProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Size

Paramètres

xamlDirectObject
IXamlDirectObject

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

propertyIndex
XamlPropertyIndex

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

Retours

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

S’applique à

Voir aussi