Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCheckBox Class / TextAlign Property


In This Topic
    TextAlign Property (FpCheckBox)
    In This Topic
    Gets or sets the alignment of the text relative to the picture in the check box control.
    Syntax
    'Declaration
     
    
    Public Overridable Property TextAlign As ButtonTextAlign
    'Usage
     
    
    Dim instance As FpCheckBox
    Dim value As ButtonTextAlign
     
    instance.TextAlign = value
     
    value = instance.TextAlign
    public virtual ButtonTextAlign TextAlign {get; set;}
    See Also