ZoomSlider Class

This documentation is no longer available on MSDN, however it is available as a CHM download.

Represents the ZoomSlider element of the NavigationBar control.

Namespace: Microsoft.Maps.MapControl.Navigation
Assembly: Microsoft.Maps.MapControl (in Microsoft.Maps.MapControl.dll)

Usage

Syntax

'Declaration
<TemplatePartAttribute(Name:="TrackPanel", Type:=GetType(Panel))> _
<TemplatePartAttribute(Name:="Buffer", Type:=GetType(FrameworkElement))> _
<TemplatePartAttribute(Name:="ThumbElement", Type:=GetType(Thumb))> _
Public Class ZoomSlider
    Inherits RangeBase
[TemplatePartAttribute(Name="TrackPanel", Type=typeof(Panel))] 
[TemplatePartAttribute(Name="Buffer", Type=typeof(FrameworkElement))] 
[TemplatePartAttribute(Name="ThumbElement", Type=typeof(Thumb))] 
public class ZoomSlider : RangeBase
[TemplatePartAttribute(Name=L"TrackPanel", Type=typeof(Panel))] 
[TemplatePartAttribute(Name=L"Buffer", Type=typeof(FrameworkElement))] 
[TemplatePartAttribute(Name=L"ThumbElement", Type=typeof(Thumb))] 
public ref class ZoomSlider : public RangeBase
/** @attribute TemplatePartAttribute(Name="TrackPanel", Type=System.Windows.Controls.Panel) */ 
/** @attribute TemplatePartAttribute(Name="Buffer", Type=System.Windows.FrameworkElement) */ 
/** @attribute TemplatePartAttribute(Name="ThumbElement", Type=System.Windows.Controls.Primitives.Thumb) */ 
public class ZoomSlider extends RangeBase
TemplatePartAttribute(Name="TrackPanel", Type=System.Windows.Controls.Panel) 
TemplatePartAttribute(Name="Buffer", Type=System.Windows.FrameworkElement) 
TemplatePartAttribute(Name="ThumbElement", Type=System.Windows.Controls.Primitives.Thumb) 
public class ZoomSlider extends RangeBase

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
     System.Windows.UIElement
       System.Windows.FrameworkElement
         System.Windows.Controls.Control
           System.Windows.Controls.Primitives.RangeBase
            Microsoft.Maps.MapControl.Navigation.ZoomSlider

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

See Also

Reference

ZoomSlider Members
Microsoft.Maps.MapControl.Navigation Namespace