I am trying to place a ButtonTool on a WinToolbar with an image placed above the caption. I noticed the ImageVAlign/ImageHAlign and TextVAlign/TextHAlign properties for the Appearance property of the ButtonTool, but the image is always displayed left of the caption, regardless of how I set those properties. I got the desired visual effect by using a custom container with an UltraButton set as its Control property, but I was wondering if it would be possible to do it within a ButtonTool.
Thanks in advance.
You cannot do this on a per-tool basis. You can only do it on a per-toolbar basis by setting the UltraToolbar.Settings.CaptionPlacement to BelowImage.
Is there a way to do this in WPF? I'm using ButtonTool with a Caption and can't figure out how to put the text below the image instead of to the right of it.