Class TextLine
Inheritance
System.Object
TextLine
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.TextPrimitiveUtils
Assembly: Telerik.WinControls.dll
Syntax
public class TextLine
Constructors
TextLine()
Declaration
public TextLine()
Properties
BaseLine
BaseLine Property
Declaration
public float BaseLine { get; set; }
Property Value
System.Single
|
LineSize
Declaration
public SizeF LineSize { get; set; }
Property Value
System.Drawing.SizeF
|
List
Declaration
public List<FormattedText> List { get; set; }
Property Value
System.Collections.Generic.List<FormattedText>
|
Methods
GetLineAligment()
Declaration
public ContentAlignment GetLineAligment()
Returns
System.Drawing.ContentAlignment
|
GetLineOffset()
Declaration
public float GetLineOffset()
Returns
System.Single
|