Home Forums Software Development Add Libraries to work with .NET Reply To: Add Libraries to work with .NET

#4903
yagoub
Participant

hi , i have Problem

in GazeAwareElements Tobii sample the Text don’t change Foreground when i look in ,,,

i make Red to be more visible some resalt is it normal ,,, i didn’t like a new sdk of tobii

<Style x:Key=”EyeXGazeAwareText” BasedOn=”{StaticResource EyeXGazeAwareElement}” TargetType=”TextBlock”>
<Setter Property=”Foreground” Value=”Red” /> <!– Value=”DimGray”–>
<Style.Triggers>
<Trigger Property=”eyeX:Behavior.HasGaze” Value=”True”>
<Setter Property=”Foreground” Value=”Black” />
</Trigger>
</Style.Triggers>
</Style>