The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
ADAdministrator Syncfusion Team April 19, 2004 01:03 PM UTC
Hi Daniel,
You can use this code to align (Left, Center and Right).
this.gridControl[1,1].HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Right;
Also you can specify the ImageSize using the ImageSizeMode property
this.gridControl[1,1].ImageSizeMode = GridImageSizeMode.CenterImage
Regards,
Jay N.