I added a krypton button to a form, on the commonstate i added and image also set aligne to left-center before the text.
But i cannot finding padding option to push the image away from the left edge of the button.
Please, is there away i can do this?
Unfortunately it is not possible to add padding specifically to an image thorugh a property like
Padding
orImagePadding
.If you want to, you can try overriding the button's
OnPaint
method and manually draw the image and text with your spacing.Basic Example: