TextAreaStyleTextSurface 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 virtual TextSurface TextSurface { get; }
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public Overridable ReadOnly Property TextSurface As TextSurface
Get
public:
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
virtual property TextSurface^ TextSurface {
TextSurface^ get ();
}
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
abstract TextSurface : TextSurface with get
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
override TextSurface : TextSurface with get
Property Value
Type:
TextSurface
See Also