TextViewerDefaultMargin Property

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

Definition

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

Return Value

Padding
A Padding that represents the default space between controls.

See Also