menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum AutoLabelPosition - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum AutoLabelPosition

    Specifies the relative position of an AutoLabel control to that of the control it labels.

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public enum AutoLabelPosition

    Fields

    Name Description
    Custom

    The relative AutoLabel position can be set manually.

    Left

    Left has been replaced with side, to take into account RightToLeft configs. Please use side instead.

    Side

    The AutoLabel is always positioned to the left (or right if the parent control is RTL enabled) of the labeled control. Replaces Left.

    Top

    The AutoLabel is always positioned to the top of the labeled control.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved