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()
Assembly: Syncfusion.Diagram.Base.dll
public class LabelWrapper
Constructors
Declaration
Properties
Declaration
public float LabelactualWidth { get; set; }
Property Value
Declaration
public bool LabelAdjustRotateAngle { get; set; }
Property Value
Declaration
public StringAlignment LabelAlignHorizontal { get; set; }
Property Value
Type |
System.Drawing.StringAlignment |
Declaration
public StringAlignment LabelAlignVertical { get; set; }
Property Value
Type |
System.Drawing.StringAlignment |
Declaration
public FillStyleWrapper LabelBackgroundstyle { get; set; }
Property Value
Declaration
public LabelConstraints Labelconstraints { get; set; }
Property Value
Declaration
public bool LabelConstraintsChanged { get; set; }
Property Value
Declaration
public NodeWrapper LabelContainer { get; set; }
Property Value
Declaration
public FillStyleWrapper LabelFillStyle { get; set; }
Property Value
Declaration
public FontStyleWrapper LabelFontStyle { get; set; }
Property Value
Declaration
public int LabelID { get; set; }
Property Value
Declaration
public bool LabelInheritContainerSize { get; set; }
Property Value
Declaration
public bool LabelInheritContainerUnit { get; set; }
Property Value
Declaration
public SizeF LabelInteractionSize { get; set; }
Property Value
Type |
System.Drawing.SizeF |
Declaration
public bool LabelIsActualWidth { get; set; }
Property Value
Declaration
public LineStyleWrapper LabelLineStyle { get; set; }
Property Value
Declaration
public MeasureUnits LabelMeasureUnits { get; set; }
Property Value
Declaration
public string LabelName { get; set; }
Property Value
Declaration
public float LabelOffsetX { get; set; }
Property Value
Declaration
public float LabelOffsetY { get; set; }
Property Value
Declaration
public LabelOrientation Labelorientation { get; set; }
Property Value
Declaration
public Position LabelPosition { get; set; }
Property Value
Declaration
public LabelPropertyBinding LabelProeprtyBinding { get; set; }
Property Value
Declaration
public bool LabelReadOnly { get; set; }
Property Value
Declaration
public float LabelRotateAngle { get; set; }
Property Value
Declaration
public SizeF LabelSize { get; set; }
Property Value
Type |
System.Drawing.SizeF |
Declaration
public bool LabelSizeToNode { get; set; }
Property Value
Declaration
public StringFormatFlags LabelStringFormat { get; set; }
Property Value
Type |
System.Drawing.StringFormatFlags |
LabelText
Declaration
public string LabelText { get; set; }
Property Value
LabelTextCase
Declaration
public TextCases LabelTextCase { get; set; }
Property Value
LabelTextOverFlow
Declaration
public bool LabelTextOverFlow { get; set; }
Property Value
LabelTextOverFlowType
Declaration
public OverflowType LabelTextOverFlowType { get; set; }
Property Value
Declaration
public bool LabelUpdatePosition { get; set; }
Property Value
Declaration
public bool LabelVisibility { get; set; }
Property Value
Methods
Declaration
public void DeserializeLabel(Label label)
Parameters
Type |
Name |
Description |
Label |
label |
|
Declaration
public void LabelSerialize(Label label)
Parameters
Type |
Name |
Description |
Label |
label |
|