InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / ParagraphElement Class / Height Property

In This Topic
    Height Property (ParagraphElement)
    In This Topic
    Element height. Set to -1 to let the element calculate it automatically.
    Syntax
    'Declaration
     
    Public Property Height As Integer
    public int Height {get; set;}
    See Also