alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class LabelPositions

    To specify the label position.

    Inheritance
    System.Object
    LabelPositions
    Namespace: Syncfusion.Windows.Forms.TreeMap
    Assembly: Syncfusion.TreeMap.Windows.dll
    Syntax
    public sealed class LabelPositions : Enum

    Fields

    BottomCenter

    To specify the label position as BottomCenter

    Declaration
    public const LabelPositions BottomCenter
    Field Value
    Type
    LabelPositions

    BottomLeft

    To specify the label position as BottomLeft

    Declaration
    public const LabelPositions BottomLeft
    Field Value
    Type
    LabelPositions

    BottomRight

    To specify the label position as BottomRight

    Declaration
    public const LabelPositions BottomRight
    Field Value
    Type
    LabelPositions

    Center

    To specify the label position as Center

    Declaration
    public const LabelPositions Center
    Field Value
    Type
    LabelPositions

    CenterLeft

    To specify the label position as CenterLeft

    Declaration
    public const LabelPositions CenterLeft
    Field Value
    Type
    LabelPositions

    CenterRight

    To specify the label position as CenterRight

    Declaration
    public const LabelPositions CenterRight
    Field Value
    Type
    LabelPositions

    TopCenter

    To specify the label position as TopLeft

    Declaration
    public const LabelPositions TopCenter
    Field Value
    Type
    LabelPositions

    TopLeft

    To specify the label position as TopLeft

    Declaration
    public const LabelPositions TopLeft
    Field Value
    Type
    LabelPositions

    TopRight

    To specify the label position as TopRight

    Declaration
    public const LabelPositions TopRight
    Field Value
    Type
    LabelPositions
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved