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.Drawing.ContentAlignment
contentAlignment
|
TextFormat(ContentAlignment, Orientation)
Declaration
public TextFormat(ContentAlignment contentAlignment, Orientation orientation)
Parameters
System.Drawing.ContentAlignment
contentAlignment
|
System.Windows.Forms.Orientation
orientation
|
TextFormat(ContentAlignment, Orientation, TextFormatFlags)
Declaration
public TextFormat(ContentAlignment contentAlignment, Orientation orientation, TextFormatFlags textFormatFlags)
Parameters
System.Drawing.ContentAlignment
contentAlignment
|
System.Windows.Forms.Orientation
orientation
|
System.Windows.Forms.TextFormatFlags
textFormatFlags
|
TextFormat(StringFormat)
Declaration
public TextFormat(StringFormat format)
Parameters
System.Drawing.StringFormat
format
|
Fields
Default
Properties
ContentAlignment
Declaration
public ContentAlignment ContentAlignment { get; set; }
Property Value
System.Drawing.ContentAlignment
|
Orinetation
Declaration
public Orientation Orinetation { get; set; }
Property Value
System.Windows.Forms.Orientation
|
TextFormatFlags
Declaration
public TextFormatFlags TextFormatFlags { get; set; }
Property Value
System.Windows.Forms.TextFormatFlags
|
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()
Operators
Explicit(StringFormat to TextFormat)
Declaration
public static explicit operator TextFormat(StringFormat stringFormat)
Parameters
System.Drawing.StringFormat
stringFormat
|
Returns
TextFormat
|
Implicit(TextFormat to StringFormat)
Declaration
public static implicit operator StringFormat(TextFormat textFormat)
Parameters
TextFormat
textFormat
|
Returns
System.Drawing.StringFormat
|