ClassTextPropertiesError
Class
Errors text properties
Definition
Namespace:Telerik.Charting.Styles
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
cs-api-definition
public class TextPropertiesError : TextProperties, IChartingStateManagedItem, IChartingStateManager, ICloneable
Inheritance: objectStateManagedObjectTextPropertiesTextPropertiesError
Implements:
Inherited Members
Constructors
TextPropertiesError()
Declaration
cs-api-definition
public TextPropertiesError()
Properties
Color
Specifies the text color property
Declaration
cs-api-definition
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public override Color Color { get; set; }
Property Value
Overrides