CornerRadius.BottomRight Property

Definition

Gets or sets the radius of the bottom-right corner.

public:
 property double BottomRight { double get(); void set(double value); };
public double BottomRight { get; set; }
member this.BottomRight : double with get, set
Public Property BottomRight As Double

Property Value

The radius of the bottom-right corner. The default is 0.

Examples

TopRight

BottomLeft

TopLeft

Remarks

The radius of the bottom-right corner can be set independently of the other corners of the rectangle.

Applies to