ActiveReports.Chart Request technical support
CustomBorderDrawer Property
See Also 


Gets or sets the custom border draw implementation class.

Syntax

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

See Also