ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / StyleSheetRule Class / TextAlign Property

In This Topic
    TextAlign Property (StyleSheetRule)
    In This Topic
    Gets/sets the 'text-align' CSS property.
    Syntax
    'Declaration
     
    Public Property TextAlign As ddTextAlignTypes
    public ddTextAlignTypes TextAlign {get; set;}
    See Also