File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 195
195
<materialDesign : PopupBox DockPanel.Dock=" Right" PlacementMode =" BottomAndAlignRightEdges" StaysOpen =" False" >
196
196
<StackPanel >
197
197
<Button Content =" Hello World" Click =" MenuPopupButton_OnClick" />
198
- <Separator />
199
198
<Button Content =" Nice Popup" Click =" MenuPopupButton_OnClick" />
199
+ <Button Content =" Can't Touch This" IsEnabled =" False" />
200
200
<Separator />
201
201
<Button Content =" Goodbye" Click =" MenuPopupButton_OnClick" />
202
202
</StackPanel >
Original file line number Diff line number Diff line change 93
93
To =" 0.1" Duration =" 0" />
94
94
</Storyboard >
95
95
</VisualState >
96
- <VisualState Name =" Disabled" />
96
+ <VisualState Name =" Disabled" >
97
+ <Storyboard >
98
+ <DoubleAnimation Storyboard.TargetProperty=" Opacity"
99
+ To =" 0.48" Duration =" 0" />
100
+ </Storyboard >
101
+ </VisualState >
97
102
</VisualStateGroup >
98
103
</VisualStateManager .VisualStateGroups>
99
104
<Border x : Name =" MouseOverBorder"
You can’t perform that action at this time.
0 commit comments