RadControls for WinForms

The StyleTextBlockError type exposes the following members.

Constructors

  NameDescription
Public methodStyleTextBlockError
Creates a new class instance

Methods

  NameDescription
Public methodClone
Creates the object's clone
(Inherited from StyleTextBlock.)
Protected methodCloneState
Makes a view state clone
(Inherited from StateManagedObject.)
Protected methodLoadViewState
Loads class settings from a view state
(Inherited from StyleTextBlock.)
Protected methodResetMaxLength
Sets the default value for a MaxLength property
(Inherited from StyleTextBlock.)
Protected methodSaveViewState
Saves class data to a view state
(Inherited from StyleTextBlock.)
Public methodSetDirty
Sets the item dirty state
(Inherited from StateManagedObject.)
Protected methodShouldSerializeMaxLength
Should the MaxLength property be serialized or not
(Inherited from StyleTextBlock.)
Protected methodTrackViewState
Tracks view state changes
(Inherited from StyleTextBlock.)

Fields

  NameDescription
Protected fieldstyleTextBlockCorners
Specifies the corners of background rectangle
(Inherited from StyleTextBlock.)
Protected fieldstyleTextBlockOverflow
Specifiers the overflow behavior
(Inherited from StyleTextBlock.)
Protected fieldstyleTextBlockRotationAngle
Specifies the Rotation angle
(Inherited from StyleTextBlock.)

Properties

  NameDescription
Public propertyAutoTextWrap
Gets or sets the automatic text wrapping functionality switch
(Inherited from StyleTextBlock.)
Public propertyBorder
Specifies the border style
(Inherited from Style.)
Public propertyCorners
Specifies the corners of background rectangle
(Inherited from StyleTextBlock.)
Public propertyDimensions
Specifies the elements Dimensions property
(Inherited from LayoutStyle.)
Public propertyFigure
Specifies the Figure property
(Inherited from StyleTextBlock.)
Public propertyFillStyle
Specifies the FillStyle property
(Inherited from StyleTextBlock.)
Public propertyMaxLength
Max number of visible characters. Rest will be truncated

Remarks

Full string will be added to parent label's ActiveRegion.Tooltip
(Inherited from StyleTextBlock.)
Public propertyPosition
Specifies the elements Position property
(Inherited from LayoutStyle.)
Public propertyShadow
Specifies the shadow settings
(Inherited from Style.)
Public propertyTextProperties
Specifies the Text properties
(Inherited from StyleTextBlock.)
Protected propertyViewStateIgnoresCase
Gets if view sate should ignore case
(Inherited from StateManagedObject.)
Public propertyVisible
Specifies visibility
(Inherited from Style.)

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