Add text for Gaze sample Button to make it easier to focus on.

This commit is contained in:
michael-hawker 2020-09-22 14:17:05 -07:00
Родитель 3a9c26d505
Коммит 5e4f30e784
1 изменённых файлов: 10 добавлений и 10 удалений

Просмотреть файл

@ -13,17 +13,17 @@
>
<Grid>
<Button x:Name="TargetButton" HorizontalAlignment="Center" BorderBrush="#7FFFFFFF"
<Button x:Name="TargetButton" HorizontalAlignment="Center" BorderBrush="#7FFFFFFF"
g:GazeInput.ThresholdDuration="@[ThresholdDuration:TimeSpan:50:0-1500]@"
g:GazeInput.FixationDuration="@[FixationDuration:TimeSpan:350:0-1500]@"
g:GazeInput.DwellDuration="@[DwellDuration:TimeSpan:400:0-1500]@"
g:GazeInput.RepeatDelayDuration="@[RepeatDelayDuration:TimeSpan:400:0-1500]@"
g:GazeInput.DwellRepeatDuration="@[DwellRepeatDuration:TimeSpan:400:0-1500]@"
g:GazeInput.MaxDwellRepeatCount="@[MaxDwellRepeatCount:Slider:0:0-20]@"
g:GazeInput.ThresholdDuration="@[ThresholdDuration:TimeSpan:50:0-1500]@"
g:GazeInput.FixationDuration="@[FixationDuration:TimeSpan:350:0-1500]@"
g:GazeInput.DwellDuration="@[DwellDuration:TimeSpan:400:0-1500]@"
g:GazeInput.RepeatDelayDuration="@[RepeatDelayDuration:TimeSpan:400:0-1500]@"
g:GazeInput.DwellRepeatDuration="@[DwellRepeatDuration:TimeSpan:400:0-1500]@"
g:GazeInput.MaxDwellRepeatCount="@[MaxDwellRepeatCount:Slider:0:0-20]@"
Width="@[ButtonSize:Slider:100:10-300]"
Height="@[ButtonSize]"
/>
Width="@[ButtonSize:Slider:100:10-300]"
Height="@[ButtonSize]"
>Focus</Button>
</Grid>
</Page>