The Image property of a Button control is used to set a button background as an image. The Image property needs an Image object. The Image class has a static method called FromFile that takes an image file name with full path and creates an Image object.
You can also align image and text. The ImageAlign and TextAlign properties of Button are used for this purpose.
The following code snippet sets an image as a button background. // Assign an image to the button.dynamicButton.Image = Image.FromFile(@"C:\Images\Dock.jpg"); // Align the image and text on the button. dynamicButton.ImageAlign = ContentAlignment.MiddleRight;dynamicButton.TextAlign = ContentAlignment.MiddleLeft; // Give the button a flat appearance.dynamicButton.FlatStyle = FlatStyle.Flat;
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: