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¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [NavigationViewContentPresenter](# class. |
Properties¶
| Name | Summary |
|---|---|
| TransitionDuration | Gets or sets the duration of the transition. |
| Transition | Gets or sets type of [NavigationViewContentPresenter](# transitions during navigation. |
| IsDynamicScrollViewerEnabled | Gets or sets a value indicating whether the dynamic scroll viewer is enabled. |
Fields¶
| Name | Summary |
|---|---|
| static TransitionDurationProperty | Property for [TransitionDuration](# |
| static TransitionProperty | Property for [Transition](# |
| static IsDynamicScrollViewerEnabledProperty | Property for [IsDynamicScrollViewerEnabled](# |
Methods¶
| Name | Summary |
|---|---|
| OnInitialized | Raises the Initialized event. |
| OnMouseDown | Raises the MouseDown event. |
| OnNavigating | Raises the Navigating event. |
| OnNavigated | Raises the Navigated event. |