RectangleClip.TopLeftRadius Property

Definition

Gets or sets the amount by which the top left corner of the rectangle is rounded.

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

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

Property Value

Vector2 Vector2

float2

The amount by which the top left corner of the rectangle is rounded, in pixels.

Applies to