Location Property (FpScrollBar)
Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
public new Point Location {get; set;}
'Declaration
Public Shadows Property Location As Point
'Usage
Dim instance As FpScrollBar
Dim value As Point
instance.Location = value
value = instance.Location
Property Value
The
System.Drawing.Point that represents the upper-left corner of the control relative to the upper-left corner of its container.