Class GridTextBoxPaint
Inheritance
System.Object
    GridTextBoxPaint
  Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public static class GridTextBoxPaint : Object
  Methods
MeasureText(SfCellGrid, String, Size, GridStyleInfo, Boolean)
Declaration
public static Size MeasureText(SfCellGrid grid, string text, Size cellSize, GridStyleInfo style, bool textWrapping)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SfCellGrid | grid | |
| System.String | text | |
| Windows.Foundation.Size | cellSize | |
| GridStyleInfo | style | |
| System.Boolean | textWrapping | 
Returns
| Type | 
|---|
| Windows.Foundation.Size |