ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports Namespace / Border.BorderMargins Class
Members

In This Topic
    Border.BorderMargins Class
    In This Topic
    Represents the margins of the border. Used only for Border.GetMargins(). Contains the thickness of the top, left, right, and bottom borders that will be drawn around the outside of the control. This is used to preview the FormatBorderDialog and in AREngine to prevent growing or shrinking sections from clipping the borders.
    Object Model
    Border.BorderMargins Class
    Syntax
    'Declaration
     
    Public Class Border.BorderMargins 
    public class Border.BorderMargins 
    Remarks
    This class 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.
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.Border.BorderMargins

    See Also