The C1GaugeCaption type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| C1GaugeCaption |
Initializes a new instance of the shape.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| FillCommonFontNames |
This method is for internal use only.
| |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Load |
Loads a shape from an XmlDocument.
(Inherited from C1GaugeBaseShape.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ResetColor |
This member is for internal use only.
| |
| Save |
Saves a shape into an XmlWriter.
(Inherited from C1GaugeBaseShape.) | |
| ShouldSerializeClippings |
This member is for internal use only.
(Inherited from C1GaugeBaseShape.) | |
| ShouldSerializeColor |
This member is for internal use only.
| |
| ShouldSerializeViewport |
This member is for internal use only.
(Inherited from C1GaugeBaseShape.) | |
| ToString |
Returns a string that represents the current object.
(Inherited from C1GaugeBaseShape.) |
Properties
| Name | Description | |
|---|---|---|
| Alignment |
Gets or sets text alignment information on the vertical plane.
| |
| CenterPointX |
Gets or sets the fraction-based X position of the shape center.
(Inherited from C1GaugeBaseShape.) | |
| CenterPointY |
Gets or sets the fraction-based Y position of the shape center.
(Inherited from C1GaugeBaseShape.) | |
| Clippings |
Gets the collection of shapes that form the clipping region.
(Inherited from C1GaugeBaseShape.) | |
| 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.
| |
| HitTestable |
Gets or sets whether the shape can be hit-tested.
(Inherited from C1GaugeBaseShape.) | |
| LineAlignment |
Gets or sets the line alignment on the horizontal plane.
| |
| Name |
Gets or sets a name associated with the shape.
(Inherited from C1GaugeBaseShape.) | |
| 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.
| |
| Owner |
Gets the owner Gauge element.
(Inherited from C1GaugeBaseShape.) | |
| 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.
| |
| Viewport |
Specifies the outer bounds for the shape.
(Inherited from C1GaugeBaseShape.) | |
| Visible |
Gets or sets whether the shape is visible.
(Inherited from C1GaugeBaseShape.) | |
| Width |
Gets or sets the logical (positive) or fraction-based (negative) width of the caption.
|