Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpVerticalScrollBar Class / Size Property


In This Topic
    Size Property (FpVerticalScrollBar)
    In This Topic
    Gets or sets the size of the control.
    Syntax
    'Declaration
     
    
    Public Property Size As Size
    'Usage
     
    
    Dim instance As FpVerticalScrollBar
    Dim value As Size
     
    instance.Size = value
     
    value = instance.Size
    public Size Size {get; set;}

    Property Value

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