Skip to content

NavigationView Properties

Marvin E edited this page Apr 18, 2024 · 4 revisions

Properties

NavigationView contains all of the properties of a Label.

Property Type Description

DateTime

DateTime
The DateTime to be shown.

LeftArrowCommand

ICommand
The command to execute when the left arrow is pressed.

LeftArrowCommandParameter

object
The command parameter used for LeftArrowCommand

RightArrowCommand

ICommand
The command to execute when the right arrow is pressed.

RightArrowCommandParameter

object
The command parameter used for RightArrowCommand

ArrowColor

Color The colour of the arrows.

ArrowBackgroundColor

Color The BackgroundColor of the arrows.

ArrowCornerRadius

float The CornerRadius of the arrows.