Interface
ITextProvider

Definition

Namespace:Telerik.WinControls.Primitives

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public interface ITextProvider

Properties

AutoEllipsis

Declaration

cs-api-definition
bool AutoEllipsis { get; set; }

Property Value

bool

FlipText

Declaration

cs-api-definition
bool FlipText { get; set; }

Property Value

bool

Font

Declaration

cs-api-definition
Font Font { get; set; }

Property Value

Font

MeasureTrailingSpaces

Declaration

cs-api-definition
bool MeasureTrailingSpaces { get; set; }

Property Value

bool

Shadow

Declaration

cs-api-definition
ShadowSettings Shadow { get; set; }

Property Value

ShadowSettings

ShowKeyboardCues

Declaration

cs-api-definition
bool ShowKeyboardCues { get; set; }

Property Value

bool

Text

Declaration

cs-api-definition
string Text { get; set; }

Property Value

string

TextAlignment

Declaration

cs-api-definition
ContentAlignment TextAlignment { get; set; }

Property Value

ContentAlignment

TextOrientation

Declaration

cs-api-definition
Orientation TextOrientation { get; set; }

Property Value

Orientation

TextWrap

Declaration

cs-api-definition
bool TextWrap { get; set; }

Property Value

bool

UseMnemonic

Declaration

cs-api-definition
bool UseMnemonic { get; set; }

Property Value

bool

Methods

GetFaceRectangle()

Declaration

cs-api-definition
RectangleF GetFaceRectangle()

Returns

RectangleF