Concept.Utils.Wpf Assembly > Concept.Utils.Wpf Namespace : NavigationControl Class |
For a list of all members of this type, see NavigationControl members.
Name | Description | |
---|---|---|
![]() ![]() | CustomTransitionProperty | Dependency property who allows to define transition between the changements of page. |
![]() ![]() | IsTouchTransitionEnabledProperty | Dependency property who allows to define if is it possible to touch the screen to navigate . You will need to use a touch transition if this property is set to true. |
![]() ![]() | MenuCategoryProperty | Dependency property who allows to group menu item by category. |
![]() ![]() | MenuImageSourceProperty | Attached property who allows to define the image of a navigation item. |
![]() ![]() | MenuTitleProperty | Attached property who allows to define the title of a navigation item. |
![]() ![]() | NavBarPlacementProperty | Dependency property who allows to define the position of the navigation bar (top, bottom, left, or right). |
![]() ![]() | NavigationBarBackgroundProperty | Dependency property who allows to define the color background of the navigation bar. |
![]() ![]() | NavigationBarVisibilityProperty | Dependency property who allows to define the visibility of the navigation bar. |
![]() | TabItemsStyleName | Constant who contains the name of tab item style. |
![]() ![]() | TouchDeltaToStartTransitionProperty | Dependency property who allows to define the maximum displacement of finger to start transition. If the displacement is more than this delta, the transition is not strated. |
![]() ![]() | TouchTransitionPointsNumberProperty | Dependency property who allows to define the number of touch points needed to enable the transition. |
![]() ![]() | TransitionDurationProperty | Dependency property who allows to define the time in second of the transition. |
![]() ![]() | TransitionProperty | Dependency property who allows to define the transition which animate your screens when you navigate in enum ClassicTransitionTypes. |
![]() | TreeViewItemsStyleName | Constant who contains the name of Tree view items style. |