RoundTextBoxUseManagedGradient Field

Indicates whether managed gradient-fill function should be used instead of native one.

Definition

Namespace: BeeMobile.RoundTextBox
Assembly: BeeMobile.RoundTextBox.NET48 (in BeeMobile.RoundTextBox.NET48.dll) Version: 4.8.1.21
C#
public static bool UseManagedGradient

Field Value

Boolean

Remarks

The native gradient-fill function does not work properly on some WinCE devices. If UseManagedGradient is True, the control uses a managed gradient-fill function that works properly, but it is slower than the native gradient-fill from CoreDll.dll library.

See Also