Show / Hide Table of Contents

Enum DataFieldLabelPosition

Enumeration denoting a label position.

Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.Data.DataForm.Toolkit.dll
Syntax
public enum DataFieldLabelPosition

Fields

Name Description
Auto

Represents the case where a field label position should be dependent on its parent (same behavior as Left when there is no parent).

Left

Represents the case where the label should be placed to the left of the input control.

Top

Represents the case where the label should be placed above the input control.

  • Improve this Doc
  • View Source