Gets or sets the opacity of the cursor. A value of 1.0 represents full opacity and 0.0 represents completely transparent
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.
C# Eg., sdgManager1.Mice[0].Opacity = 0.5;