Gets the stroke thickness of the element.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public double StrokeThickness { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property StrokeThickness As Double |
A double value. The default is 1.
See Also