Search
BorderComponent.BorderBrush Property
See Also
 






Gets or sets the Brush used to draw the border outlines.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Brush BorderBrush { get; set; }

Visual Basic  Copy Code

Public Property BorderBrush As Brush

 Property Value

An instance of the Brush class.

 See Also