Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / CheckBoxCellType Class / TextAlign Property
Example


In This Topic
    TextAlign Property (CheckBoxCellType)
    In This Topic
    Gets or sets the alignment of the text label associated with the CheckBox control.
    Syntax
    'Declaration
     
    
    Public Property TextAlign As TextAlign
    'Usage
     
    
    Dim instance As CheckBoxCellType
    Dim value As TextAlign
     
    instance.TextAlign = value
     
    value = instance.TextAlign
    public TextAlign TextAlign {get; set;}

    Property Value

    TextAlign setting that specifies how text is aligned
    Example
    This example creates an instance of a check box cell and sets various properties for the check box appearance.
    See Also