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