Freigeben über


XamlDirect.GetCornerRadiusProperty Methode

Definition

Ruft den Wert einer CornerRadius-Eigenschaft für ein bestimmtes IXamlDirectObject ab.

public:
 virtual CornerRadius GetCornerRadiusProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetCornerRadiusProperty;
CornerRadius GetCornerRadiusProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public CornerRadius GetCornerRadiusProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getCornerRadiusProperty(xamlDirectObject, propertyIndex)
Public Function GetCornerRadiusProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As CornerRadius

Parameter

xamlDirectObject
IXamlDirectObject

Ein Verweis auf das spezifische IXamlDirectObject.

propertyIndex
XamlPropertyIndex

Ein Verweis auf die CornerRadius-Eigenschaft , um den Wert von aus der Liste der unterstützten Eigenschaften in der XamlPropertyIndex-Enumeration abzurufen.

Gibt zurück

CornerRadius-Wert der angegebenen Eigenschaft.

Gilt für:

Weitere Informationen