RoundTextBoxMultilineDefaultMargin Property

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

Definition

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

Return Value

Padding
A Padding that represents the default space between controls.

See Also