Hi Shamir,
How did you change the vertical alignment of a RibbonEditBox?
It doesn't seem to have the corresponding property.
You might change alignment of the embedded TextBox control
via the RibbonEditBox.TextBox property. If so, that was an
undocumented trick. Then, you will have to update the modified
property each time when the other properties of the RibbonEditBox
have changed, for example, when it becomes enabled/disabled
or visible/invisible.
We are planning to add the TextAlign property to the
RibbonEditBox soon.
Regards,
-Andrey