Label text properties
Namespace: Telerik.ChartingAssembly: Telerik.WinControls.RadChart (in Telerik.WinControls.RadChart.dll) Version: 2013.2.612.40 (2013.2.612.40)
Syntax
| C# |
|---|
[DefaultPropertyAttribute("Text")]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class TextBlock : LayoutElement |
| Visual Basic |
|---|
<DefaultPropertyAttribute("Text")> _
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class TextBlock _
Inherits LayoutElement |
Inheritance Hierarchy
See Also