Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / Size Property


In This Topic
Size Property (FpScrollBar)
In This Topic
Gets or sets the size of the control.
Syntax
'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.
See Also