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


In This Topic
    DrawRectHeight Field
    In This Topic
    Height of the drawing rectangle.
    Syntax
    'Declaration
     
    
    Public DrawRectHeight As Integer
    'Usage
     
    
    Dim instance As DrawTextArgs
    Dim value As Integer
     
    value = instance.DrawRectHeight
     
    instance.DrawRectHeight = value
    public int DrawRectHeight
    See Also