UtilTweakingMouseTrailAmount Property
Gets or sets the number of cursors drawn when mouse trail feature is enabled.
Namespace: DevCase.Core.Windows.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static int MouseTrailAmount { get; set; }
Public Shared Property MouseTrailAmount As Integer
Get
Set
Dim value As Integer
value = UtilTweaking.MouseTrailAmount
UtilTweaking.MouseTrailAmount = value
public:
static property int MouseTrailAmount {
int get ();
void set (int value);
}
static member MouseTrailAmount : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The number of cursors drawn when mouse trail feature is enabled.
Win32Exception
|
|
ArgumentException
|
Value should be between 0 and 16.;value
|