XamlDirect.GetCornerRadiusProperty Method

Definition

Gets the value of a CornerRadius property for a specific IXamlDirectObject.

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

Parameters

xamlDirectObject
IXamlDirectObject

A reference to the specific IXamlDirectObject.

propertyIndex
XamlPropertyIndex

A reference to the CornerRadius property to get the value of from the list of supported properties in XamlPropertyIndex enum.

Returns

CornerRadius value of the specified property.

Applies to

See also