Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderField Class / GeneralTextAlignment Property

In This Topic
    GeneralTextAlignment Property
    In This Topic
    Gets or sets a value indicating whether the text alignment in the current field should depend on the type of data represented by the field. If this property is true, numbers will align to the right while all other data to the left.
    Syntax
    'Declaration
     
    Public Property GeneralTextAlignment As Boolean
    public bool GeneralTextAlignment {get; set;}
    See Also