ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports Namespace / Border Class
Fields Properties Methods Events

In This Topic
    Border Class Members
    In This Topic

    The following tables list the members exposed by Border.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Border class.  
    Top
    Public Fields
     NameDescription
    Public FieldThe constant that specifies the width used to draw the shadow line.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the color of the bottom edge.  
    Public PropertyGets or sets the style of the bottom border line.  
    Public PropertyGets or sets the color for all sides.  
    Public PropertyGets or sets the color of the left edge.  
    Public PropertyGets or sets the style of the left border line.  
    Public PropertyGets the line style of edges.  
    Public PropertyGets or sets the color of the right edge.  
    Public PropertyGets or sets the style of the right border line.  
    Public PropertyGets or sets a value indicating whether this Border is shadow.  
    Public PropertyGets or sets the style for all border lines.  
    Public PropertyGets or sets the color of the top edge.  
    Public PropertyGets or sets the style of the top border line.  
    Top
    Public Methods
     NameDescription
    Public MethodPerforms a cloning of this instance.  
    Public MethodGets color of the edge at the given index.  
    Public MethodCopies this border attributes to the specified border.  
    Public Methodstatic (Shared in Visual Basic)Gets width of the border line.  
    Public MethodReturns a Border.BorderMargins object that contains the thickness of the top, left, right, and bottom edges of the drawn border.  
    Public MethodGets the position of the shadow line.  
    Public MethodOverloaded. Inflates the boundaries according to the mergins.  
    Public MethodInflates the boundaries according to the mergins in inch units.  
    Public MethodGets whether the current instance is empty.  
    Public MethodReturns a Border.BorderMargins object that contains the thickness of the top, left, right, and bottom edges of the drawn border.  
    Public MethodGets the line style for the pen using the specified edge.  
    Public MethodReads properties from a System.IO.BinaryReader.  
    Public MethodReads data from the specified System.Xml.XmlNode.  
    Public MethodRenders the border around the specified rectangle.  
    Public MethodReturns a string that represents the current object.  
    Public MethodWriting the current values using a specified System.IO.BinaryWriter.  
    Public MethodWrites the current data to the specified System.Xml.XmlElement.  
    Top
    Public Events
     NameDescription
    Public EventThe event occurs when the property is changed.  
    Top
    See Also