Interface INavigable
Assembly: Vortex.Presentation.Wpf.dll
Syntax
public interface INavigable
Properties
ContentPresentationMode
Declaration
ContentOpeningMode ContentPresentationMode { get; }
Property Value
CurrentView
Declaration
FrameworkElement CurrentView { get; set; }
Property Value
Type |
Description |
System.Windows.FrameworkElement |
|
Declaration
Visibility MenuVisibility { get; set; }
Property Value
Type |
Description |
System.Windows.Visibility |
|
Title
Declaration
string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
ToggleMenuCommand
Declaration
RelayCommand ToggleMenuCommand { get; }
Property Value
Methods
AddCommand(Type, Object, Object)
Declaration
NavCommand AddCommand(Type type, object content = null, object dataConext = null)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
System.Object |
content |
|
System.Object |
dataConext |
|
Returns
OpenCommand(NavCommand)
Declaration
void OpenCommand(NavCommand navCommand)
Parameters
OpenDefault()
Declaration
Extension Methods