Class TextFormat
Inheritance
System.Object
TextFormat
Inherited Members
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.Drawing
Assembly: Telerik.WinControls.dll
Syntax
public sealed class TextFormat : IDisposable
Constructors
TextFormat()
Declaration
public TextFormat()
TextFormat(ContentAlignment)
Declaration
public TextFormat(ContentAlignment contentAlignment)
Parameters
System.
|
TextFormat(ContentAlignment, Orientation)
Declaration
public TextFormat(ContentAlignment contentAlignment, Orientation orientation)
Parameters
System.
|
System.
|
TextFormat(ContentAlignment, Orientation, TextFormatFlags)
Declaration
public TextFormat(ContentAlignment contentAlignment, Orientation orientation, TextFormatFlags textFormatFlags)
Parameters
System.
|
System.
|
System.
|
TextFormat(StringFormat)
Declaration
public TextFormat(StringFormat format)
Parameters
System.
|
Fields
Default
Properties
ContentAlignment
Declaration
public ContentAlignment ContentAlignment { get; set; }
Property Value
System.
|
Orinetation
Declaration
public Orientation Orinetation { get; set; }
Property Value
System.
|
TextFormatFlags
Declaration
public TextFormatFlags TextFormatFlags { get; set; }
Property Value
System.
|
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()
ToString()
Declaration
public override string ToString()
Returns
System.
|
Overrides
System.Object.ToString()
Operators
Explicit(StringFormat to TextFormat)
Declaration
public static explicit operator TextFormat(StringFormat stringFormat)
Parameters
System.
|
Returns
Implicit(TextFormat to StringFormat)
Declaration
public static implicit operator StringFormat(TextFormat textFormat)
Parameters
Text
|
Returns
System.
|