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


In This Topic
    KeepAlignment Field
    In This Topic
    Whether to keep alignment when cell size is small than text size
    Syntax
    'Declaration
     
    
    Public KeepAlignment As Boolean
    'Usage
     
    
    Dim instance As DrawTextArgs
    Dim value As Boolean
     
    value = instance.KeepAlignment
     
    instance.KeepAlignment = value
    public bool KeepAlignment
    See Also