menu

WinForms

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

    Show / Hide Table of Contents

    Class LabelWrapper

    Inheritance
    System.Object
    LabelWrapper
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class LabelWrapper

    Constructors

    LabelWrapper()

    Declaration
    public LabelWrapper()

    Properties

    LabelactualWidth

    Declaration
    public float LabelactualWidth { get; set; }
    Property Value
    Type
    System.Single

    LabelAdjustRotateAngle

    Declaration
    public bool LabelAdjustRotateAngle { get; set; }
    Property Value
    Type
    System.Boolean

    LabelAlignHorizontal

    Declaration
    public StringAlignment LabelAlignHorizontal { get; set; }
    Property Value
    Type
    System.Drawing.StringAlignment

    LabelAlignVertical

    Declaration
    public StringAlignment LabelAlignVertical { get; set; }
    Property Value
    Type
    System.Drawing.StringAlignment

    LabelBackgroundstyle

    Declaration
    public FillStyleWrapper LabelBackgroundstyle { get; set; }
    Property Value
    Type
    FillStyleWrapper

    Labelconstraints

    Declaration
    public LabelConstraints Labelconstraints { get; set; }
    Property Value
    Type
    LabelConstraints

    LabelConstraintsChanged

    Declaration
    public bool LabelConstraintsChanged { get; set; }
    Property Value
    Type
    System.Boolean

    LabelContainer

    Declaration
    public NodeWrapper LabelContainer { get; set; }
    Property Value
    Type
    NodeWrapper

    LabelFillStyle

    Declaration
    public FillStyleWrapper LabelFillStyle { get; set; }
    Property Value
    Type
    FillStyleWrapper

    LabelFontStyle

    Declaration
    public FontStyleWrapper LabelFontStyle { get; set; }
    Property Value
    Type
    FontStyleWrapper

    LabelID

    Declaration
    public int LabelID { get; set; }
    Property Value
    Type
    System.Int32

    LabelInheritContainerSize

    Declaration
    public bool LabelInheritContainerSize { get; set; }
    Property Value
    Type
    System.Boolean

    LabelInheritContainerUnit

    Declaration
    public bool LabelInheritContainerUnit { get; set; }
    Property Value
    Type
    System.Boolean

    LabelInteractionSize

    Declaration
    public SizeF LabelInteractionSize { get; set; }
    Property Value
    Type
    System.Drawing.SizeF

    LabelIsActualWidth

    Declaration
    public bool LabelIsActualWidth { get; set; }
    Property Value
    Type
    System.Boolean

    LabelLineStyle

    Declaration
    public LineStyleWrapper LabelLineStyle { get; set; }
    Property Value
    Type
    LineStyleWrapper

    LabelMeasureUnits

    Declaration
    public MeasureUnits LabelMeasureUnits { get; set; }
    Property Value
    Type
    MeasureUnits

    LabelName

    Declaration
    public string LabelName { get; set; }
    Property Value
    Type
    System.String

    LabelOffsetX

    Declaration
    public float LabelOffsetX { get; set; }
    Property Value
    Type
    System.Single

    LabelOffsetY

    Declaration
    public float LabelOffsetY { get; set; }
    Property Value
    Type
    System.Single

    Labelorientation

    Declaration
    public LabelOrientation Labelorientation { get; set; }
    Property Value
    Type
    LabelOrientation

    LabelPosition

    Declaration
    public Position LabelPosition { get; set; }
    Property Value
    Type
    Position

    LabelProeprtyBinding

    Declaration
    public LabelPropertyBinding LabelProeprtyBinding { get; set; }
    Property Value
    Type
    LabelPropertyBinding

    LabelReadOnly

    Declaration
    public bool LabelReadOnly { get; set; }
    Property Value
    Type
    System.Boolean

    LabelRotateAngle

    Declaration
    public float LabelRotateAngle { get; set; }
    Property Value
    Type
    System.Single

    LabelSize

    Declaration
    public SizeF LabelSize { get; set; }
    Property Value
    Type
    System.Drawing.SizeF

    LabelSizeToNode

    Declaration
    public bool LabelSizeToNode { get; set; }
    Property Value
    Type
    System.Boolean

    LabelStringFormat

    Declaration
    public StringFormatFlags LabelStringFormat { get; set; }
    Property Value
    Type
    System.Drawing.StringFormatFlags

    LabelText

    Declaration
    public string LabelText { get; set; }
    Property Value
    Type
    System.String

    LabelTextCase

    Declaration
    public TextCases LabelTextCase { get; set; }
    Property Value
    Type
    TextCases

    LabelTextOverFlow

    Declaration
    public bool LabelTextOverFlow { get; set; }
    Property Value
    Type
    System.Boolean

    LabelTextOverFlowType

    Declaration
    public OverflowType LabelTextOverFlowType { get; set; }
    Property Value
    Type
    OverflowType

    LabelUpdatePosition

    Declaration
    public bool LabelUpdatePosition { get; set; }
    Property Value
    Type
    System.Boolean

    LabelVisibility

    Declaration
    public bool LabelVisibility { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    DeserializeLabel(Label)

    Declaration
    public void DeserializeLabel(Label label)
    Parameters
    Type Name Description
    Label label

    LabelSerialize(Label)

    Declaration
    public void LabelSerialize(Label label)
    Parameters
    Type Name Description
    Label label
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved