ItemHelper.

GetMouseRightButtonPressedBackgroundBrush(UIElement) Method

Summary

Gets the background brush which will be used when an item is pressed by the right mouse button.
Namespace
MahApps.Metro.Controls
Containing Type
ItemHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(ListBoxItem))]
[AttachedPropertyBrowsableForType(typeof(TreeViewItem))]
public static Brush GetMouseRightButtonPressedBackgroundBrush(UIElement element)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement

Return Value

Type Description
Brush