Skip to content

LabelPlacement

Namespace: Hex1b.Widgets

Assembly: Hex1b.dll

Specifies the placement of labels relative to form fields.

csharp
public enum LabelPlacement

Fields

Above

Label is placed above the input field (default).

Returns: LabelPlacement

csharp
Above = 0

Inline

Label is placed to the left of the input field in a grid layout.

Returns: LabelPlacement

csharp
Inline = 1

Released under the MIT License.