Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.Text Namespace / DrawTextArgs Structure / ShouldAdjustHeight Field


In This Topic
    ShouldAdjustHeight Field
    In This Topic
    Syntax
    'Declaration
     
    
    Public ShouldAdjustHeight As Boolean
    'Usage
     
    
    Dim instance As DrawTextArgs
    Dim value As Boolean
     
    value = instance.ShouldAdjustHeight
     
    instance.ShouldAdjustHeight = value
    public bool ShouldAdjustHeight
    See Also