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
Syntax
'Declaration
Public Class Border.BorderMargins
public class Border.BorderMargins
Inheritance Hierarchy
System.Object
GrapeCity.ActiveReports.Border.BorderMargins
See Also