Gets or sets the brush for drawing the axis. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush Stroke { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Stroke As Brush |
An instance of the WPF Brush class. The default is null (Nothing in Visual Basic).
See Also