ActiveReports Developer 7
Border Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports Namespace : Border Class

Glossary Item Box

The following tables list the members exposed by Border.

Public Constructors

 NameDescription
Public ConstructorBorder ConstructorInitializes a new instance of the Border class.  
Top

Public Properties

 NameDescription
Public PropertyBottomColorGets or sets the line color of the bottom edge of the border.  
Public PropertyBottomStyleGets or sets the line style of the bottom edge of the border.  
Public PropertyColorSets or returns the color of a control's border.  
Public PropertyLeftColorGets or sets the line color of the left edge of the border.  
Public PropertyLeftStyleGets or sets the line style of the left edge of the border.  
Public PropertyRightColorGets or sets the line color of the right edge of the border.  
Public PropertyRightStyleGets or sets the line style of the right edge of the border.  
Public PropertyShadow

Determines whether ActiveReports should paint a shadow around the right bottom edges of the control.

 
Public PropertyStyleSets or returns the BorderLineStyle of the border.  
Public PropertyTopColorGets or sets the line color of the top edge of the border.  
Public PropertyTopStyleGets or sets the line style of the top edge of the border.  
Top

Public Methods

 NameDescription
Public MethodCloneCreates a new object that is a copy of the current instance of the Border class.  
Public MethodCopyToCopies the border to the specified border.  
Top

See Also