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