Version

CursorExtension Class

Implements a markup extension that creates a System.Windows.Input.Cursor
Syntax
'Declaration
 
Public Class CursorExtension 
   Inherits System.Windows.Markup.MarkupExtension
public class CursorExtension : System.Windows.Markup.MarkupExtension 
Remarks

The CursorExtension is useful for two main scenarios. First, custom cursors are not supported by WPF when run in a low trust scenario. The extension will return the FallbackValue in that case. Second, the extension may also be used to build a uri where the name of the assembly may change.

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