RadControls for WinForms

The StyleLabel type exposes the following members.

Constructors

  NameDescription
Public methodStyleLabel()()()()
Creates new instance of StyleLabel class.
Public methodStyleLabel(Object)
Creates new instance of StyleLabel class.
Public methodStyleLabel(FillStyle)
Creates new instance of StyleLabel class.
Public methodStyleLabel(Position)
Creates new instance of StyleLabel class.
Public methodStyleLabel(FillStyle, Position)
Creates new instance of StyleLabel class.
Public methodStyleLabel(FillStyle, Position, Dimensions)
Creates new instance of StyleLabel class.
Public methodStyleLabel(FillStyle, Corners, Position, Dimensions)
Creates new instance of StyleLabel class.
Public methodStyleLabel(LabelItemsCompositionTypes, Dimensions, String, FillStyle, Position, Single, Corners, StyleBorder, ShadowStyle, Boolean)
Creates new instance of StyleLabel class.

Methods

  NameDescription
Public methodClone
Clone this object
(Overrides Style..::..Clone()()()().)
Protected methodCloneState
Makes a view state clone
(Inherited from StateManagedObject.)
Protected methodLoadViewState
Load data from ViewState
(Overrides LayoutStyle..::..LoadViewState(Object).)
Protected methodSaveViewState
Save data to ViewState
(Overrides LayoutStyle..::..SaveViewState()()()().)
Public methodSetDirty
Sets the item dirty state
(Inherited from StateManagedObject.)
Protected methodTrackViewState
Track ViewState
(Overrides LayoutStyle..::..TrackViewState()()()().)

Fields

  NameDescription
Protected fieldstyleLabelCorners
Specifies the corners for background rectangle

Properties

  NameDescription
Public propertyBorder
Specifies the border style
(Inherited from Style.)
Public propertyCompositionType
Specifies the label's items composition type
Public propertyCorners
Specifies the corners for background rectangle
Public propertyDimensions
Specifies the elements Dimensions property
(Inherited from LayoutStyle.)
Public propertyFigure
Specifies the figure property
Public propertyFillStyle
Specifies the background property
Public propertyPosition
Specifies the elements Position property
(Inherited from LayoutStyle.)
Public propertyRotationAngle
Specifies the rotation angle property
Public propertyShadow
Specifies the shadow settings
(Inherited from Style.)
Protected propertyViewStateIgnoresCase
Gets if view sate should ignore case
(Inherited from StateManagedObject.)
Public propertyVisible
Specifies tha label's visibility
(Overrides Style..::..Visible.)

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