Concept.Utils.Wpf Assembly > Concept.Utils.Wpf Namespace : NavigationControl Class |
The following tables list the members exposed by NavigationControl.
Name | Description | |
---|---|---|
![]() | NavigationControl Constructor | Default constructor |
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. |
Name | Description | |
---|---|---|
![]() ![]() | CategoryGeneral | Gets constant IntlText CategoryGeneral. |
![]() | CustomTransition | Gets or sets CustomTransitionProperty value. |
![]() | IsTouchTransitionEnabled | Gets or sets IsTouchTransitionEnabledProperty value. |
![]() | NavigationBarBackground | Gets or sets NavigationBarBackgroundProperty value. |
![]() | NavigationBarDock | Gets or sets NavBarPlacementProperty value. |
![]() | NavigationBarVisibility | Gets or sets NavigationBarVisibilityProperty value. |
![]() | TouchDeltaToStartTransition | Gets or sets TouchDeltaToStartTransitionProperty value. |
![]() | TouchTransitionPointsNumber | Gets or sets TouchTransitionPointsNumberProperty value. |
![]() | Transition | Gets or sets TransitionProperty value. |
![]() | TransitionDuration | Gets or sets TransitionDurationProperty value. |
Name | Description | |
---|---|---|
![]() ![]() | GetMenuCategory | Gets MenuCategoryProperty value of obj. |
![]() ![]() | GetMenuImageSource | Gets MenuImageSourceProperty value of obj. |
![]() ![]() | GetMenuTitle | Gets MenuTitleProperty value of obj. |
![]() ![]() | NavigationBarDockPropertyChanged | Method to signal a changement on NavBarPlacementProperty. |
![]() ![]() | SetMenuCategory | Sets the MenuCategoryProperty value of obj with value. |
![]() ![]() | SetMenuImageSource | Sets the MenuImageSourceProperty value of obj with value. |
![]() ![]() | SetMenuTitle | Sets the MenuTitleProperty value of obj with value. |
Name | Description | |
---|---|---|
![]() | GetItemInformation | Set attached properties MenuImageSource and MenuTitle of the item. Item must implement the interface IControlInfoProvider who provides a title and an image source. |
![]() | ManageNewItems | Calls ManageNewItems method for each navigation items. |
Name | Description | |
---|---|---|
![]() | BitmapSource | Returns the contents of a WPF Visual as a BitmapSource, e.g. for binding to an Image control. |
![]() | Clone<T> | |
![]() | GetImage | Overloaded. Gets the image. |
![]() | GetItemContainer | |
![]() | GetItemContainerAt | |
![]() | GetItemContainerType | |
![]() | GetItemsPanelOrientation | |
![]() | GetRoot | |
![]() | GetVisualAncestor | Overloaded. |
![]() | GetVisualDescendent<T> | |
![]() | GetVisualDescendents<T> | |
![]() | IfNotNull<T,U> | |
![]() | PngBitmap | Returns the contents of a WPF Visual as a Bitmap in PNG format. |
![]() | Refresh |