1 write to _barHeight
Microsoft.Maui.Controls (1)
Toolbar\Toolbar.cs (1)
36
public double? BarHeight { get => _barHeight; set => SetProperty(ref
_barHeight
, value); }
1 reference to _barHeight
Microsoft.Maui.Controls (1)
Toolbar\Toolbar.cs (1)
36
public double? BarHeight { get =>
_barHeight
; set => SetProperty(ref _barHeight, value); }