Gets or sets the text displayed in this caption.
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design", typeof(UITypeEditor))] [LocalizableAttribute(true)] [DefaultValueAttribute("")] public string Text { get; set; } |
| Visual Basic (Declaration) |
|---|
<EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design", _ GetType(UITypeEditor))> _ <LocalizableAttribute(True)> _ <DefaultValueAttribute("")> _ Public Property Text As String Get Set |