FIX. RadSpinEditor - there is no bottom border when the controls is scaled and the Fluent theme is used
To reproduce:
- Use the Fluent theme with RadSpinEditor on a HDPI monitor.
Workaround:
var borderPrimitive = radSpinEditor1.SpinElement.Children[1] as BorderPrimitive;
borderPrimitive.BottomWidth = 2;