RadControls for WinForms

The TextProperties type exposes the following members.

Constructors

  NameDescription
Public methodTextProperties()()()()
Creates a new class instance
Public methodTextProperties(Color)
Creates a new class instance
Public methodTextProperties(Color, Font)
Creates a new class instance
Public methodTextProperties(Color, String, Single, FontStyle, GraphicsUnit)
Creates a new class instance

Methods

  NameDescription
Public methodClone
Creates an object clone
Protected methodCloneState
Makes a view state clone
(Inherited from StateManagedObject.)
Public methodEquals
Determines whether the specified System.Object is equal to the current System.Object.
(Overrides Object..::..Equals(Object).)
Public methodGetHashCode
Serves as a hash function for a TextProperties type.
(Overrides Object..::..GetHashCode()()()().)
Protected methodLoadViewState
Loads data from a view state
(Inherited from StateManagedObject.)
Protected methodSaveViewState
Saves object data to a view state
(Inherited from StateManagedObject.)
Public methodSetDirty
Sets the item dirty state
(Inherited from StateManagedObject.)
Protected methodTrackViewState
Tracks view state changes
(Inherited from StateManagedObject.)

Properties

  NameDescription
Public propertyColor
Specifies the text color property
Public propertyFont
Specifies the text font properties
Protected propertyViewStateIgnoresCase
Gets if view sate should ignore case
(Inherited from StateManagedObject.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate propertyIChartingStateManager..::..IsTrackingViewState
Is view state tracking changes
(Inherited from StateManagedObject.)
Explicit interface implemetationPrivate methodIChartingStateManager..::..LoadViewState
Loads data from a view state
(Inherited from StateManagedObject.)
Explicit interface implemetationPrivate methodIChartingStateManager..::..SaveViewState
Saves object data to a view state
(Inherited from StateManagedObject.)
Explicit interface implemetationPrivate methodIChartingStateManager..::..TrackViewState
Tracks view state changes
(Inherited from StateManagedObject.)

See Also