Home › Forums › Software Development › Add Libraries to work with .NET › Reply To: Add Libraries to work with .NET
25/03/2016 at 14:17 #4903
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>