Gets or sets the number of snapping point within each timeline cell. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public int SnappingPointCount { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SnappingPointCount As Integer |
An integer value specifying the number of snapping points when IsSnappingEnabled is set to true. The default is 3.
See Also