Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpHorizontalScrollBar Class / DefaultSize Property


In This Topic
DefaultSize Property (FpHorizontalScrollBar)
In This Topic
Gets the default size of the control.
Syntax
'Declaration
 
Protected Overrides ReadOnly Property DefaultSize As Size
 
'Usage
 
Dim instance As FpHorizontalScrollBar
Dim value As Size
 
value = instance.DefaultSize

Property Value

The default System.Drawing.Size of the control.
See Also