InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanelBase Class / ScrollSize Property

In This Topic
    ScrollSize Property (C1InputPanelBase)
    In This Topic
    Gets or sets the size of the document.
    Syntax
    'Declaration
     
    Public Overridable Property ScrollSize As Size
    public virtual Size ScrollSize {get; set;}
    See Also