PrintDocument for WinForms | ComponentOne
C1.Win.RibbonPreview.4.5.2 Assembly / C1.Win.RibbonPreview Namespace / C1RibbonPreviewDialog Class / MinimumSize Property

In This Topic
    MinimumSize Property (C1RibbonPreviewDialog)
    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