menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NavigationControl - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NavigationControl

    Class which represents the navigation control.

    Inheritance
    System.Object
    NavigationControl
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.SfMaps.WPF.dll
    Syntax
    public class NavigationControl : Control

    Constructors

    NavigationControl()

    Initializes a new instance of the class.

    Declaration
    public NavigationControl()

    Fields

    NavigationControlPositionProperty

    Using a DependencyProperty as the backing store for NavigationControlPosition. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty NavigationControlPositionProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    NavigationControlPosition

    Gets or sets the navigation control position.

    Declaration
    public NavigationControlPositions NavigationControlPosition { get; set; }
    Property Value
    Type
    NavigationControlPositions

    Methods

    OnApplyTemplate()

    Called when default template is applied.

    Declaration
    public override void OnApplyTemplate()

    UpdateNavigationControlPosition()

    Method gets called to update navigation control position.

    Declaration
    public void UpdateNavigationControlPosition()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved