Version

ResizeGripStyleKey Field (XamRibbonWindow)

The key used to identify the style used for the System.Windows.Controls.Primitives.ResizeGrip displayed in the window.
Syntax
'Declaration
 
Public Shared ReadOnly ResizeGripStyleKey As ResourceKey
public static readonly ResourceKey ResizeGripStyleKey
Remarks

To style the ResizeGrip used in the bottom corner of the window place a Style in the window's Resources collection whose TargetType is set to System.Windows.Controls.Primitives.ResizeGrip and whose key is set to this key, e.g. Key="{x:Static igRibbon:XamRibbonWindow.ResizeGripStyleKey}"

Note: the System.Windows.Controls.Primitives.ResizeGrip is only visible when the System.Windows.ResizeMode property is set to 'CanResizeWithGrip'.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also