Skip to content

NavigationViewContentPresenter class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.NavigationViewContentPresenter Modifiers: public

Summary

        NavigationViewContentPresenter.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class NavigationViewContentPresenter
class Frame
Frame <|-- NavigationViewContentPresenter

Inherits from: Frame

Constructors

NameSummary
.ctorInitializes a new instance of the [NavigationViewContentPresenter](# class.

Properties

NameSummary
TransitionDurationGets or sets the duration of the transition.
TransitionGets or sets type of [NavigationViewContentPresenter](# transitions during navigation.
IsDynamicScrollViewerEnabledGets or sets a value indicating whether the dynamic scroll viewer is enabled.

Fields

NameSummary
static TransitionDurationPropertyProperty for [TransitionDuration](#
static TransitionPropertyProperty for [Transition](#
static IsDynamicScrollViewerEnabledPropertyProperty for [IsDynamicScrollViewerEnabled](#

Methods

NameSummary
OnInitializedRaises the Initialized event.
OnMouseDownRaises the MouseDown event.
OnNavigatingRaises the Navigating event.
OnNavigatedRaises the Navigated event.
Inherited members

See also