FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.5.2 Assembly / C1.Win.FlexViewer Namespace / C1FlexViewerDialog Class / MinimumSize Property

In This Topic
    MinimumSize Property (C1FlexViewerDialog)
    In This Topic
    Gets or sets the minimum size the form can be resized to.
    Syntax
    'Declaration
     
    Public Shadows Property MinimumSize As Size
    public new Size MinimumSize {get; set;}
    See Also