RectangleClip.BottomLeftRadius 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 amount by which the bottom left corner of the rectangle is rounded.
public:
property float2 BottomLeftRadius { float2 get(); void set(float2 value); };
float2 BottomLeftRadius();
void BottomLeftRadius(float2 value);
public Vector2 BottomLeftRadius { get; set; }
var vector2 = rectangleClip.bottomLeftRadius;
rectangleClip.bottomLeftRadius = vector2;
Public Property BottomLeftRadius As Vector2
Property Value
The amount by which the bottom left corner of the rectangle is rounded, in pixels.