Interface
ITextElement

Definition

Namespace:Telerik.WinControls.Primitives

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public interface ITextElement

Properties

Font

Declaration

cs-api-definition
Font Font { get; }

Property Value

Font

ForeColor

Declaration

cs-api-definition
Color ForeColor { get; }

Property Value

Color

RawResource

Declaration

cs-api-definition
object RawResource { get; set; }

Property Value

object

Text

Declaration

cs-api-definition
string Text { get; }

Property Value

string

TextFormat

Declaration

cs-api-definition
TextFormat TextFormat { get; }

Property Value

TextFormat