LabelPlacement
Namespace: Hex1b.Widgets
Assembly: Hex1b.dll
Specifies the placement of labels relative to form fields.
csharp
public enum LabelPlacementFields
Above
Label is placed above the input field (default).
Returns: LabelPlacement
csharp
Above = 0Inline
Label is placed to the left of the input field in a grid layout.
Returns: LabelPlacement
csharp
Inline = 1