Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
385
Ability to place image above caption in ButtonTool?
posted

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.

Parents
  • 44743
    Verified Answer
    posted

    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.

Reply Children
No Data