When I apply my skin, the UltraMasckedEdit looks like having vertical alignment as "middle".But I didn't set any "TextVAlign" at all. How can it be?
I include my .isl file.
Can you help me?
My first guess would be that this is caused by the font. I noticed you are using Segoe UI, and we have seen some quirky behavior with this font in the past. The GDI+ text measurement methods don't seem to work quite right on Segoe UI.
As a test, try setting the Appearance.FontData.Name on your MaskedEdit control to "Segoe UI" without applying your isl file and see if that gives you the same results.
Correct!
I change font, now it's ok.
Thanks for your help.