CompositionRoundedRectangleGeometry.CornerRadius Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The degree to which the corners are rounded.