ConceptHMI Web Help
NavigationControl Class Members
Fields  Properties  Methods  Events


The following tables list the members exposed by NavigationControl.

Public Constructors
 NameDescription
Public ConstructorNavigationControl ConstructorDefault constructor  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)CustomTransitionPropertyDependency property who allows to define transition between the changements of page.  
Public Fieldstatic (Shared in Visual Basic)IsTouchTransitionEnabledPropertyDependency 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.  
Public Fieldstatic (Shared in Visual Basic)MenuCategoryPropertyDependency property who allows to group menu item by category.  
Public Fieldstatic (Shared in Visual Basic)MenuImageSourcePropertyAttached property who allows to define the image of a navigation item.  
Public Fieldstatic (Shared in Visual Basic)MenuTitlePropertyAttached property who allows to define the title of a navigation item.  
Public Fieldstatic (Shared in Visual Basic)NavBarPlacementPropertyDependency property who allows to define the position of the navigation bar (top, bottom, left, or right).  
Public Fieldstatic (Shared in Visual Basic)NavigationBarBackgroundPropertyDependency property who allows to define the color background of the navigation bar.  
Public Fieldstatic (Shared in Visual Basic)NavigationBarVisibilityPropertyDependency property who allows to define the visibility of the navigation bar.  
Public FieldTabItemsStyleNameConstant who contains the name of tab item style.  
Public Fieldstatic (Shared in Visual Basic)TouchDeltaToStartTransitionPropertyDependency 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.  
Public Fieldstatic (Shared in Visual Basic)TouchTransitionPointsNumberPropertyDependency property who allows to define the number of touch points needed to enable the transition.  
Public Fieldstatic (Shared in Visual Basic)TransitionDurationPropertyDependency property who allows to define the time in second of the transition.  
Public Fieldstatic (Shared in Visual Basic)TransitionPropertyDependency property who allows to define the transition which animate your screens when you navigate in enum ClassicTransitionTypes.  
Public FieldTreeViewItemsStyleNameConstant who contains the name of Tree view items style.  
Top
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)CategoryGeneralGets constant IntlText CategoryGeneral.  
Public PropertyCustomTransitionGets or sets CustomTransitionProperty value.  
Public PropertyIsTouchTransitionEnabledGets or sets IsTouchTransitionEnabledProperty value.  
Public PropertyNavigationBarBackgroundGets or sets NavigationBarBackgroundProperty value.  
Public PropertyNavigationBarDockGets or sets NavBarPlacementProperty value.  
Public PropertyNavigationBarVisibilityGets or sets NavigationBarVisibilityProperty value.  
Public PropertyTouchDeltaToStartTransitionGets or sets TouchDeltaToStartTransitionProperty value.  
Public PropertyTouchTransitionPointsNumberGets or sets TouchTransitionPointsNumberProperty value.  
Public PropertyTransitionGets or sets TransitionProperty value.  
Public PropertyTransitionDurationGets or sets TransitionDurationProperty value.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)GetMenuCategoryGets MenuCategoryProperty value of obj.  
Public Methodstatic (Shared in Visual Basic)GetMenuImageSourceGets MenuImageSourceProperty value of obj.  
Public Methodstatic (Shared in Visual Basic)GetMenuTitleGets MenuTitleProperty value of obj.  
Public Methodstatic (Shared in Visual Basic)NavigationBarDockPropertyChangedMethod to signal a changement on NavBarPlacementProperty.  
Public Methodstatic (Shared in Visual Basic)SetMenuCategorySets the MenuCategoryProperty value of obj with value.  
Public Methodstatic (Shared in Visual Basic)SetMenuImageSourceSets the MenuImageSourceProperty value of obj with value.  
Public Methodstatic (Shared in Visual Basic)SetMenuTitleSets the MenuTitleProperty value of obj with value.  
Top
Protected Methods
 NameDescription
Protected MethodGetItemInformationSet attached properties MenuImageSource and MenuTitle of the item. Item must implement the interface IControlInfoProvider who provides a title and an image source.  
Protected MethodManageNewItemsCalls ManageNewItems method for each navigation items.  
Top
Extension Methods
 NameDescription
Public Extension MethodBitmapSourceReturns the contents of a WPF Visual as a BitmapSource, e.g. for binding to an Image control.
Public Extension MethodClone<T>
Public Extension MethodGetImageOverloaded. Gets the image.
Public Extension MethodGetItemContainer
Public Extension MethodGetItemContainerAt
Public Extension MethodGetItemContainerType
Public Extension MethodGetItemsPanelOrientation
Public Extension MethodGetRoot
Public Extension MethodGetVisualAncestorOverloaded. 
Public Extension MethodGetVisualDescendent<T>
Public Extension MethodGetVisualDescendents<T>
Public Extension MethodIfNotNull<T,U>
Public Extension MethodPngBitmapReturns the contents of a WPF Visual as a Bitmap in PNG format.
Public Extension MethodRefresh
Top
See Also

Reference

NavigationControl Class
Concept.Utils.Wpf Namespace

 

 


© 2016 Objectis

Send Feedback