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