CompositionRoundedRectangleGeometry.CornerRadius Property

Definition

Gets or sets the degree to which the corners are rounded.

public:
 property float2 CornerRadius { float2 get(); void set(float2 value); };
float2 CornerRadius();

void CornerRadius(float2 value);
public Vector2 CornerRadius { get; set; }
var vector2 = compositionRoundedRectangleGeometry.cornerRadius;
compositionRoundedRectangleGeometry.cornerRadius = vector2;
Public Property CornerRadius As Vector2

Property Value

Vector2 Vector2

float2

The degree to which the corners are rounded.

Applies to