Share via


XamlDirect.SetCornerRadiusProperty Method

Definition

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

public:
 virtual void SetCornerRadiusProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, CornerRadius value) = SetCornerRadiusProperty;
void SetCornerRadiusProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, CornerRadius const& value);
public void SetCornerRadiusProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, CornerRadius value);
function setCornerRadiusProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetCornerRadiusProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As CornerRadius)

Parameters

xamlDirectObject
IXamlDirectObject

A reference to the specific IXamlDirectObject.

propertyIndex
XamlPropertyIndex

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

value
CornerRadius

CornerRadius value to set to the specified property.

Applies to

See also