PreferredHeight Property (C1Label)
In This Topic
Gets the height of the control (in pixels), assuming a single line of text is displayed.
Syntax
'Declaration
Public Overridable ReadOnly Property PreferredHeight As Integer
public virtual int PreferredHeight {get;}
See Also