Gets or sets a value indicating whether the TimelineHeader is allowed to zoom in and out. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public bool AllowDrill { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowDrill As Boolean |
true to enable interactive zooming; otherwise, false. The default is true.
See Also