Articles in this section
Category / Section

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

1 min read

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)
Please sign in to leave a comment
Access denied
Access denied