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

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

    Parameters

    textBoxAngle
    See Also