[]
Draws a text caption.
public class C1GaugeCaption : C1GaugeBaseShape, ICloneable, IDisposable, ICustomTypeDescriptor
| Name | Description |
|---|---|
| C1GaugeCaption() | Initializes a new instance of the shape. |
| Name | Description |
|---|---|
| Alignment | Gets or sets text alignment information on the vertical plane. |
| Color | Gets or sets the Color used to display text caption. |
| CommonFontName | Gets or sets the name of the font and color template. |
| DirectionRightToLeft | Gets or sets whether the Text is displayed from right to left. |
| DirectionVertical | Gets or sets whether the Text is displayed in vertical direction. |
| Font | Gets or sets the font used to display text caption. |
| FontSize | Logical value representing the scalable font size. |
| Height | Gets or sets the logical (positive) or fraction-based (negative) height of the caption. |
| LineAlignment | Gets or sets the line alignment on the horizontal plane. |
| NoClip | If set to True, unwrapped text reaching outside the formatting rectangle is allowed to show. |
| NoWrap | If set to True, text wrapping between lines when formatting within a rectangle is disabled. |
| RotateAngle | Gets or sets the rotation angle (pivot point is at the center of the caption). |
| Text | Gets or sets the text displayed in this caption. |
| Trimming | Indicates how text is trimmed when it exceeds the edges of the layout rectangle. |
| Width | Gets or sets the logical (positive) or fraction-based (negative) width of the caption. |
| Name | Description |
|---|---|
| ResetColor() | This member is for internal use only. |
| ShouldSerializeColor() | This member is for internal use only. |