Class ToolTipDisplayProps
- Namespace
- VectorDraw.Professional.Actions
- Assembly
- VectorDraw.Render.dll
Displaying properties for tooltip windows
public class ToolTipDisplayProps : BaseObject, IDisposable, IBaseObject
- Inheritance
-
ToolTipDisplayProps
- Implements
- Inherited Members
Constructors
- ToolTipDisplayProps(JustifyFlag)
Initializes a new instance of the object
Properties
- BkColor
Get/Set the color used to fill the background of the tooltip window.
- FontStyle
Get/Set the font style used to draw the text inside the tooltip window.
- FrameColor
Get/Set the color used to draw a frame rectangle of the tooltip window.
- Gap
Get/Set a gap in pixels additionally added to the tool tip relative to the draw position horizontally and vertically depend on the Justify property
Default value is 0
- Justify
Get /Set the aligment of the tool tip relative to the cursor position.Default value is Right_Bottom
- TextColor
Get/Set the color used to draw the text inside the tooltip window.
- ToolTipAligment
Specifies the alignment of a text string relative to its layout rectangle.
- ToolTipOffset
Get/Set a Point that Indicates the offset of the tooltip from the cursor in pixels.
- UseReverseOrder
Get/Set the order that used to find a tooltip under the cursor
- visibility
Get/Set the ToolTipDisplayProps.VisibilityFlag of the object.
Methods
- Draw(ActionWrapperRender, Point, string)
Draws the tooltip in the passed render context
- Modify(string, int, int, int, string, string, string)
Select new properties for the object.
- SetOffsetXY(int, int)
Set the Offset distance for the tooltip.
- ToString()
Returns a System.String that represents the FontStyle property of the object.