RoundTextBoxUseManagedGradient Field
Indicates whether managed gradient-fill function should be used instead of native one.
Namespace: BeeMobile.RoundTextBoxAssembly: BeeMobile.RoundTextBox.NET48 (in BeeMobile.RoundTextBox.NET48.dll) Version: 4.8.1.21
public static bool UseManagedGradient
Public Shared UseManagedGradient As Boolean
Field Value
Boolean
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.