ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports Namespace / Border Class / GetBorderLineWidth Method
The Border line style.
The page scale.

In This Topic
    GetBorderLineWidth Method
    In This Topic
    Gets width of the border line.
    Syntax
    'Declaration
     
    Public Shared Function GetBorderLineWidth( _
       ByVal borderLineStyle As BorderLineStyle, _
       ByVal pageScale As Single _
    ) As Single
    public static float GetBorderLineWidth( 
       BorderLineStyle borderLineStyle,
       float pageScale
    )

    Parameters

    borderLineStyle
    The Border line style.
    pageScale
    The page scale.

    Return Value

    Returns the width of border line.
    Remarks
    This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also