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