Interface ITextElement
Namespace: Telerik.WinControls.Primitives
Assembly: Telerik.WinControls.dll
Syntax
public interface ITextElement
Properties
Font
Declaration
Font Font { get; }
Property Value
System.
|
ForeColor
Declaration
Color ForeColor { get; }
Property Value
System.
|
RawResource
Declaration
object RawResource { get; set; }
Property Value
System.
|
Text
Declaration
string Text { get; }
Property Value
System.
|