WPF c# Context Menu Text Alignment
Posted
by Grant
on Stack Overflow
See other posts from Stack Overflow
or by Grant
Published on 2009-05-30T06:01:21Z
Indexed on
2010/05/31
0:12 UTC
Read the original article
Hit count: 226
Hi, i am building a context menu for a WPF c# application and just for simplicity's sake, if i have text and then i add an image, the text is always aligned at the top of the menu items cell and i cant figure out how to align it to the center. i have tried the veticalalignment property and veticalcontentalignment property but they dont help.. any ideas?
© Stack Overflow or respective owner