Multiple fixes for Views and ViewModels.
This commit is contained in:
@@ -49,6 +49,13 @@
|
||||
<Setter Property="Control.ToolTip" Value="{Binding Path=ToolTip, Mode=OneWay}" />
|
||||
<Setter Property="IsEnabled" Value="{Binding Path=IsEnabled, Mode=OneWay}" />
|
||||
</Style>
|
||||
<Style TargetType="Image">
|
||||
<Style.Triggers>
|
||||
<Trigger Property="IsEnabled" Value="False">
|
||||
<Setter Property="Opacity" Value="0.3" />
|
||||
</Trigger>
|
||||
</Style.Triggers>
|
||||
</Style>
|
||||
<conv:EnumBooleanConverter x:Key="enumBoolConv" />
|
||||
<conv:VisibilityBooleanConverter x:Key="visBoolConv" />
|
||||
<conv:BooleanNegationConverter x:Key="boolNegConv" />
|
||||
|
||||
Reference in New Issue
Block a user