TextFormat
Class
Definition
Namespace:Telerik.WinControls.Drawing
Assembly:Telerik.WinControls.dll
Syntax:
C#
public sealed class TextFormat : IDisposable
Inheritance: objectTextFormat
Implements:
Constructors
C#
public TextFormat()
C#
public TextFormat(ContentAlignment contentAlignment, Orientation orientation, TextFormatFlags textFormatFlags)
C#
public TextFormat(ContentAlignment contentAlignment, Orientation orientation)
Fields
C#
public static TextFormat Default
Properties
C#
public ContentAlignment ContentAlignment { get; set; }
C#
public Orientation Orinetation { get; set; }
C#
public TextFormatFlags TextFormatFlags { get; set; }
Methods
C#
public void Dispose()
Implements:
Operators
C#
public static explicit operator TextFormat(StringFormat stringFormat)
C#
public static implicit operator StringFormat(TextFormat textFormat)