The C1GaugeCaption type exposes the following members.

Properties

  NameDescription
Public propertyAlignment
Gets or sets text alignment information on the vertical plane.
Public propertyCenterPointX
Gets or sets the fraction-based X position of the shape center.
(Inherited from C1GaugeBaseShape.)
Public propertyCenterPointY
Gets or sets the fraction-based Y position of the shape center.
(Inherited from C1GaugeBaseShape.)
Public propertyClippings
Gets the collection of shapes that form the clipping region.
(Inherited from C1GaugeBaseShape.)
Public propertyColor
Gets or sets the Color used to display text caption.
Public propertyCommonFontName
Gets or sets the name of the font and color template.
Public propertyDirectionRightToLeft
Gets or sets whether the Text is displayed from right to left.
Public propertyDirectionVertical
Gets or sets whether the Text is displayed in vertical direction.
Public propertyFont
Gets or sets the font used to display text caption.
Public propertyFontSize
Logical value representing the scalable font size.
Public propertyHeight
Gets or sets the logical (positive) or fraction-based (negative) height of the caption.
Public propertyHitTestable
Gets or sets whether the shape can be hit-tested.
(Inherited from C1GaugeBaseShape.)
Public propertyLineAlignment
Gets or sets the line alignment on the horizontal plane.
Public propertyName
Gets or sets a name associated with the shape.
(Inherited from C1GaugeBaseShape.)
Public propertyNoClip
If set to True, unwrapped text reaching outside the formatting rectangle is allowed to show.
Public propertyNoWrap
If set to True, text wrapping between lines when formatting within a rectangle is disabled.
Public propertyOwner
Gets the owner Gauge element.
(Inherited from C1GaugeBaseShape.)
Public propertyRotateAngle
Gets or sets the rotation angle (pivot point is at the center of the caption).
Public propertyText
Gets or sets the text displayed in this caption.
Public propertyTrimming
Indicates how text is trimmed when it exceeds the edges of the layout rectangle.
Public propertyViewport
Specifies the outer bounds for the shape.
(Inherited from C1GaugeBaseShape.)
Public propertyVisible
Gets or sets whether the shape is visible.
(Inherited from C1GaugeBaseShape.)
Public propertyWidth
Gets or sets the logical (positive) or fraction-based (negative) width of the caption.

See Also