Size Property (FpScrollBar)
Gets or sets the size of the control.
public new Size Size {get; set;}
'Declaration
Public Shadows Property Size As Size
'Usage
Dim instance As FpScrollBar
Dim value As Size
instance.Size = value
value = instance.Size
Property Value
System.Drawing.Size that represents the height and width of the control in pixels.