Skip to content

P_Ekstrand_Windows_Forms_IBorderElements_Radius

Fred Ekstrand edited this page Aug 4, 2020 · 1 revision

IBorderElements.Radius Property

Gets or sets the radius for each corner.

Namespace: Ekstrand.Windows.Forms
Assembly: GroupBox (in GroupBox.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#

int Radius { get; set; }

VB

Property Radius As Integer
	Get
	Set

C++

property int Radius {
	int get ();
	void set (int value);
}

F#

abstract Radius : int with get, set

Property Value

Type: Int32

See Also

Reference

IBorderElements Interface
Ekstrand.Windows.Forms Namespace

Clone this wiki locally