FreehandAnnotation Class |
Namespace: Arction.CustomControls.Trader.WinForms.DrawingTools
The FreehandAnnotation type exposes the following members.
| Name | Description | |
|---|---|---|
| FreehandAnnotation |
Constructor
|
| Name | Description | |
|---|---|---|
| AnnotationText |
Gets or sets the text of the annotation.
| |
| BorderColor |
Gets or sets the border color of the annotation.
| |
| BorderWidth |
Gets or sets the border width.
| |
| ControlPoints |
Control points collection. Control points provide interactive way to modify drawing tool positioning and orientation.
(Inherited from DrawingTool.) | |
| FillColor |
Gets or sets the color of the annotation.
| |
| FillEnabled |
Show colored fill. If disabled, only the border line will be visible.
| |
| FontSize |
Font size of the annotation text
| |
| LimitYToStackSegment |
The annotation is clipped outside the main segment, and not shown on segment indicators.
| |
| ShowText |
Gets or sets the visibility of the text.
| |
| TextColor |
The color of the annotation text
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetControlPointsAndDraw |
Draws the Drawing Tool based on the given coordinates.
(Inherited from DrawingTool.) | |
| StartDrawing |
Start defining the Drawing Tool by mouse
(Inherited from DrawingTool.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |