RectangleClip.BottomRightRadius Property

Definition

Gets or sets the amount by which the bottom right corner of the rectangle is rounded.

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

void BottomRightRadius(float2 value);
public Vector2 BottomRightRadius { get; set; }
var vector2 = rectangleClip.bottomRightRadius;
rectangleClip.bottomRightRadius = vector2;
Public Property BottomRightRadius As Vector2

Property Value

Vector2 Vector2

float2

The amount by which the bottom right corner of the rectangle is rounded, in pixels.

Applies to