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
555
add a border to a buttontool
posted

Yesterday I try to add a feature that sounds quite easy to implement:

When inside my ultratoolmanager a ButtonTool has been selected,

this button should by surrounded by a border.

I found nothing but the Property BorderColor:

 

ButtonTool t = this.ultraToolbarsManager1.Toolbars[0].Tools[0] as ButtonTool;

t.SharedProps.AppearancesSmall.Appearance.BorderColor = Color.Gray;

 

...but nothing happed, then I looked for a property like .BorderThickness = value

which seem not to exist.

Any idea?

    

 

Parents
No Data
Reply Children
No Data