RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1BlockUIContainer Class / MinHeight Property

In This Topic
    MinHeight Property (C1BlockUIContainer)
    In This Topic
    Gets or sets the min-height of this C1TextElement.
    Syntax
    'Declaration
     
    
    Public Property MinHeight As C1Length
    public C1Length MinHeight {get; set;}
    See Also