CornerRadius.TopRight Property

Definition

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

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

Property Value

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

Remarks

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

Applies to

See also