EnvironmentBase.SetDefaultCursor Method

Sets the default cursor for the viewport control.
Public Sub SetDefaultCursor( _ 
ByVal cursorStream As Stream
)
This language is not supported or no code example is available.
public void SetDefaultCursor( 
Stream cursorStream 
)
This language is not supported or no code example is available.

Parameters

cursorStream
Stream

The stream of the cursor to set as default

Remarks
 
Use this override to set a cursor in WPF when Renderer is different from rendererType.Native.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition