MindFusion.Wpf Pack Programmer's Guide
TimelineHeader.AllowDrill Property
See Also
 





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

 Syntax

C#  Copy Code

public bool AllowDrill { get; set; }

Visual Basic  Copy Code

Public Property AllowDrill As Boolean

 Property Value

true to enable interactive zooming; otherwise, false. The default is true.

 See Also

TimelineHeader Members
TimelineHeader Class
MindFusion.DataViews.Wpf Namespace