Articles in this section

How to set Text alignment,Image alignment and borderStyle in ButtonAdv?

In ButtonAdv control, text can be aligned by using the TextAlign property.

Icon can be aligned by using the ImageAlign property.

BorderStyle and ButtonType can be customized in ButtonAdv.

C#

//Text Align
this.buttonAdv1.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.buttonAdv1.TextAlign = System.Drawing.ContentAlignment.BottomRight;
//Image Align
this.buttonAdv1.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
this.buttonAdv1.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
//Set BorderStyle
this.buttonAdv7.BorderStyleAdv = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.Dotted;
//Set buttontype
this.buttonAdv7.ButtonType = Syncfusion.Windows.Forms.Tools.ButtonTypes.Calculator;
 

VB

‘Text AlignMe.ButtonAdv1.TextAlign = System.Drawing.ContentAlignment.TopLeft
Me.ButtonAdv1.TextAlign = System.Drawing.ContentAlignment.BottomRight
‘Image Align
Me.ButtonAdv1.ImageAlign = System.Drawing.ContentAlignment.TopLeft
Me.ButtonAdv1.ImageAlign = System.Drawing.ContentAlignment.BottomLeft
‘Set BorderStyle
Me.ButtonAdv1.BorderStyleAdv = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.Dotted
‘Set buttontype
Me.ButtonAdv1.ButtonType = Syncfusion.Windows.Forms.Tools.ButtonTypes.Calculator

Sample:

https://www.syncfusion.com/downloads/support/directtrac/general/ButtonAdv-1320836233.zip

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied