Spread Windows Forms 12.0 Product Documentation
Size Property (FpScrollBar)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpScrollBar Class : Size Property
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
public new Size Size {get; set;}

Property Value

System.Drawing.Size that represents the height and width of the control in pixels.
See Also

Reference

FpScrollBar Class
FpScrollBar Members