Hello @youki,
There are no such properties for this. But you can use the VisualTreeHelper Class to find the desired element and change its properties when the NavigationView is loaded. NavigationView is defined like:
<Style TargetType="controls:NavigationView">
...
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="controls:NavigationView">
...
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>