Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Style Class / VerticalAlign Property

In This Topic
    VerticalAlign Property
    In This Topic
    Gets or sets the vertical text alignment.
    Syntax
    'Declaration
     
    Public Property VerticalAlign As RdlEnum(Of VerticalAlign)
    public RdlEnum<VerticalAlign> VerticalAlign {get; set;}
    See Also