TextProperties
Class
Base text appearance settings class (Font, Color)
Definition
Namespace:Telerik.Charting.Styles
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class TextProperties : StateManagedObject, IChartingStateManagedItem, IChartingStateManager, ICloneable
Inheritance: objectStateManagedObjectTextProperties
Derived Classes:
Implements:
Inherited Members
Constructors
Creates a new class instance
C#
public TextProperties()
Creates a new class instance
C#
public TextProperties(Color color, string familyName, float emSize, FontStyle fontStyle, GraphicsUnit grUnit)
Text color
familyNamestringFont family
emSizefloatFont size in EM
fontStyleFontStyleFont style
grUnitGraphicsUnitGraphics measurement unit
Creates a new class instance
Properties
Specifies the text color property
C#
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public virtual Color Color { get; set; }
Methods
Determines whether the specified System.Object is equal to the current System.Object.
Serves as a hash function for a TextProperties type.
C#
public override int GetHashCode()
A hash code for the current class instance
Overrides: