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


In This Topic
    TextIndent Field (DrawTextArgs)
    In This Topic
    Number of pixels to indent the text.
    Syntax
    'Declaration
     
    
    Public TextIndent As Integer
    'Usage
     
    
    Dim instance As DrawTextArgs
    Dim value As Integer
     
    value = instance.TextIndent
     
    instance.TextIndent = value
    public int TextIndent
    See Also