-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
<Style x:Key="ReadOnlyTeachDoubleBox" TargetType="{x:Type numeric:DoubleBox}">
<Style.Setters>
<Setter Property="DecimalDigits" Value="1" />
<Setter Property="IsReadOnly" Value="True" />
<Setter Property="Focusable" Value="False" />
<Setter Property="BorderThickness" Value="0" />
<Setter Property="Background" Value="Transparent" />
</Style.Setters>
</Style>
<numeric:DoubleBox Grid.Column="5"
Foreground="SlateGray"
HorizontalAlignment="Left"
Style="{StaticResource ReadOnlyTeachDoubleBox}"
Value="{Binding C, Mode=OneWay, Converter={units:AngleConverter °}, UpdateSourceTrigger=PropertyChanged}" />Metadata
Metadata
Assignees
Labels
No labels
