Click or drag to resize
TextSurface Class
Text appearance settings(Font, Color, Style)
Inheritance Hierarchy

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class TextSurface : StateManagerBase, 
	ICloneable

The TextSurface type exposes the following members.

Constructors
  NameDescription
Public methodTextSurface
Creates a new class instance
Public methodTextSurface(Color)
Creates a new class instance
Public methodTextSurface(Color, Font)
Creates a new class instance
Public methodTextSurface(Color, String, Single, FontStyle, GraphicsUnit)
Creates a new class instance
Top
Methods
  NameDescription
Public methodClone
Creates an object clone
Public methodEquals
Determines whether the specified System.Object is equal to the current System.Object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as a hash function for a TextProperties type.
(Overrides ObjectGetHashCode.)
Top
Properties
  NameDescription
Public propertyColor
Specifies the text color property
Public propertyFont
Specifies the text font properties
Top
See Also