Reporting

The StyleTextBlock type exposes the following members.

Constructors

  NameDescription
Public methodStyleTextBlock()()()()
Creates a new class instance
Public methodStyleTextBlock(FillStyle)
Creates a new class instance
Public methodStyleTextBlock(TextProperties)
Creates a new class instance
Public methodStyleTextBlock(FillStyle, Position)
Creates a new class instance
Public methodStyleTextBlock(FillStyle, TextProperties)
Creates a new class instance
Public methodStyleTextBlock(FillStyle, Position, TextProperties)
Creates a new class instance
Public methodStyleTextBlock(FillStyle, Position, TextProperties, Dimensions)
Creates a new class instance
Public methodStyleTextBlock(Dimensions, FillStyle, Position, Single, TextProperties, Corners, StyleBorder, ShadowStyle, Boolean)
Creates a new class instance

Methods

  NameDescription
Public methodClone
Creates the object's clone
(Overrides Style..::..Clone()()()().)
Protected methodCloneState
Makes a view state clone
(Inherited from StateManagedObject.)
Public methodDispose()()()() (Inherited from StateManagedObject.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources
(Overrides LayoutStyle..::..Dispose(Boolean).)
Protected methodLoadViewState
Loads class settings from a view state
(Overrides LayoutStyle..::..LoadViewState(Object).)
Protected methodResetMaxLength
Sets the default value for a MaxLength property
Protected methodSaveViewState
Saves class data to a view state
(Overrides LayoutStyle..::..SaveViewState()()()().)
Public methodSetDirty
Sets the item dirty state
(Inherited from StateManagedObject.)
Protected methodShouldSerializeMaxLength
Should the MaxLength property be serialized or not
Protected methodTrackViewState
Tracks view state changes
(Overrides LayoutStyle..::..TrackViewState()()()().)

Fields

  NameDescription
Protected fieldstyleTextBlockCorners
Specifies the corners of background rectangle
Protected fieldstyleTextBlockOverflow
Specifiers the overflow behavior
Protected fieldstyleTextBlockRotationAngle
Specifies the Rotation angle

Properties

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

Remarks

Full string will be added to parent label's ActiveRegion.Tooltip
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
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