SDG Toolkit

Mouse.Opacity Property

Gets or sets the opacity of the cursor. A value of 1.0 represents full opacity and 0.0 represents completely transparent

public double Opacity {get; set;}

Remarks

It may be useful to make a cursor more transparent to avoid occulsion effects from a cursor. Opacity changes the cursor transparency from fully opaque (1.0) to fully transparent (0.0). Please note that opacity has been known to dramatically decrease mouse performance on machines without hardware accelerated transparent windows.

Example

C# Eg., sdgManager1.Mice[0].Opacity = 0.5;

See Also

Mouse Class | Sdgt Namespace