ChartGridStyleTextSurface Property |
Specifies the text properties
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public TextSurface TextSurface { get; }
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public ReadOnly Property TextSurface As TextSurface
Get
public:
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
property TextSurface^ TextSurface {
TextSurface^ get ();
}
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
member TextSurface : TextSurface with get
Property Value
Type:
TextSurface
See Also