Gets or sets the border thickness of the ticks. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public double TickThickness { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TickThickness As Double |
A double value specifying the thickness of the tick lines.
See Also