ActiveReports.Chart Request technical support
Border Property
See Also 


Gets or sets the border information used to outline the WallRange.

Syntax

Visual Basic (Declaration) 
Public Property Border As Border
Visual Basic (Usage)Copy Code
Dim instance As WallRange
Dim value As Border
 
instance.Border = value
 
value = instance.Border
C# 
public Border Border {get; set;}

See Also