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


In This Topic
    AdjustTop Field
    In This Topic
    Adjustment for top
    Syntax
    'Declaration
     
    
    Public AdjustTop As Integer
    'Usage
     
    
    Dim instance As DrawTextArgs
    Dim value As Integer
     
    value = instance.AdjustTop
     
    instance.AdjustTop = value
    public int AdjustTop
    See Also