-
-
Notifications
You must be signed in to change notification settings - Fork 38
NavigationView Properties
Marvin E edited this page Apr 18, 2024
·
4 revisions
NavigationView contains all of the properties of a Label.
Property | Type | Description |
---|---|---|
DateTime |
The DateTime to be shown. |
|
ICommand |
The command to execute when the left arrow is pressed. | |
object |
The command parameter used for LeftArrowCommand
|
|
ICommand |
The command to execute when the right arrow is pressed. | |
object |
The command parameter used for RightArrowCommand
|
|
Color |
The colour of the arrows. | |
Color |
The BackgroundColor of the arrows. |
|
float |
The CornerRadius of the arrows. |