Summary
Sets the foreground brush which will be used when an item is pressed by the right mouse button.
Syntax
[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(ListBoxItem))]
[AttachedPropertyBrowsableForType(typeof(TreeViewItem))]
public static void SetMouseRightButtonPressedForegroundBrush(UIElement element, Brush value)
Attributes
Type |
Description |
Category |
|
AttachedPropertyBrowsableForType |
|
AttachedPropertyBrowsableForType |
|
Parameters
Name |
Type |
Description |
element |
UIElement |
|
value |
Brush |
|
Return Value