FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / ToolTipPositionEventArgs Class / Location Property

In This Topic
    Location Property (ToolTipPositionEventArgs)
    In This Topic
    Gets or sets the location where the tooltip will be displayed.
    Syntax
    'Declaration
     
    Public Property Location As System.Drawing.Point
    public System.Drawing.Point Location {get; set;}
    See Also