Gets or sets the location where the ToolTip should be shown.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Point Location { get; set; } |
Visual Basic |
---|
Public Property Location As Point Get Set |
Visual C++ |
---|
public: property Point Location { Point get (); void set (Point value); } |
F# |
---|
member Location : Point with get, set |
Property Value
Type: PointThe location.