RoundTextBoxDefaultMargin Property

Gets the space, in pixels, that is specified by default between controls.

Definition

Namespace: BeeMobile.RoundTextBox
Assembly: BeeMobile.RoundTextBox.NET48 (in BeeMobile.RoundTextBox.NET48.dll) Version: 4.8.1.21
C#
protected override Padding DefaultMargin { get; }

Return Value

Padding
A Padding that represents the default space between controls.

See Also