ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.GraphicalRenderers Namespace / ReportItemExtensions Class / IsVerticalAngled Method / IsVerticalAngled(ITextBox) Method

In This Topic
    IsVerticalAngled(ITextBox) Method
    In This Topic
    Check if we need special processing for the text.
    Syntax
    'Declaration
     
    Public Overloads Shared Function IsVerticalAngled( _
       ByVal tb As ITextBox _
    ) As Boolean
    public static bool IsVerticalAngled( 
       ITextBox tb
    )

    Parameters

    tb
    See Also