ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Options Namespace / _TextStyleOption Class / alignment Property

In This Topic
    alignment Property (_TextStyleOption)
    In This Topic
    Syntax
    'Declaration
     
    Public Property alignment As Nullable(Of HAlign)
    public Nullable<HAlign> alignment {get; set;}
    See Also