Interface ITextProvider
Namespace: Telerik.WinControls.Primitives
Assembly: Telerik.WinControls.dll
Syntax
public interface ITextProvider
Properties
AutoEllipsis
Declaration
bool AutoEllipsis { get; set; }
Property Value
System.Boolean
|
FlipText
Declaration
bool FlipText { get; set; }
Property Value
System.Boolean
|
Font
Declaration
Font Font { get; set; }
Property Value
System.Drawing.Font
|
MeasureTrailingSpaces
Declaration
bool MeasureTrailingSpaces { get; set; }
Property Value
System.Boolean
|
Shadow
ShowKeyboardCues
Declaration
bool ShowKeyboardCues { get; set; }
Property Value
System.Boolean
|
Text
Declaration
string Text { get; set; }
Property Value
System.String
|
TextAlignment
Declaration
ContentAlignment TextAlignment { get; set; }
Property Value
System.Drawing.ContentAlignment
|
TextOrientation
Declaration
Orientation TextOrientation { get; set; }
Property Value
System.Windows.Forms.Orientation
|
TextWrap
Declaration
bool TextWrap { get; set; }
Property Value
System.Boolean
|
UseMnemonic
Declaration
bool UseMnemonic { get; set; }
Property Value
System.Boolean
|
Methods
GetFaceRectangle()
Declaration
RectangleF GetFaceRectangle()
Returns
System.Drawing.RectangleF
|