Class GraphicImageCellRenderer
Custom GraphicCellRenderer for Windows.UI.Xaml.Controls.Image celltype.
Inheritance
System.Object
    GraphicCellRendererBase<Windows.UI.Xaml.Controls.Image>
    GraphicImageCellRenderer
  Inherited Members
Namespace: Syncfusion.UI.Xaml.Spreadsheet.GraphicCells
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public class GraphicImageCellRenderer : GraphicCellRendererBase<Image>, IGraphicCellRenderer, IDisposable
  Constructors
GraphicImageCellRenderer()
Declaration
public GraphicImageCellRenderer()
  Methods
HandlePointerOperations(GraphicCellControl, GridPointerEventArgs)
This method is used to handle the mouse pointer operations.
Declaration
public override Task<bool> HandlePointerOperations(GraphicCellControl control, GridPointerEventArgs args)
  Parameters
| Type | Name | Description | 
|---|---|---|
| GraphicCellControl | control | An instance ofGraphicCellControlthat loads the content.  | 
      
| GridPointerEventArgs | args | An instance ofGridPointerEventArgs that indicates mouse point operations  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.Boolean> | Return true,if the GraphicCell contains hyperlink;else false.  | 
      
Overrides
Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<Windows.UI.Xaml.Controls.Image>.HandlePointerOperations(Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellControl, Syncfusion.UI.Xaml.CellGrid.GridPointerEventArgs)
  
  
  
  OnCreateElement(GraphicObject)
Creates a new Windows.UI.Xaml.Controls.Image.
Declaration
protected override Image OnCreateElement(GraphicObject graphicObject)
  Parameters
| Type | Name | Description | 
|---|---|---|
| GraphicObject | graphicObject | 
Returns
| Type | Description | 
|---|---|
| Windows.UI.Xaml.Controls.Image | Windows.UI.Xaml.Controls.Image  | 
      
Overrides
Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<Windows.UI.Xaml.Controls.Image>.OnCreateElement(Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicObject)
  
  
  
  OnInitializeElement(GraphicCellControl, Image, GraphicObject)
Initialize or update the properties of GraphicCellControl and its content.
Declaration
protected override void OnInitializeElement(GraphicCellControl container, Image element, GraphicObject graphicObject)
  Parameters
| Type | Name | Description | 
|---|---|---|
| GraphicCellControl | container | |
| Windows.UI.Xaml.Controls.Image | element | Windows.UI.Xaml.Controls.Image  | 
      
| GraphicObject | graphicObject | 
Overrides
Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<Windows.UI.Xaml.Controls.Image>.OnInitializeElement(Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellControl, Windows.UI.Xaml.Controls.Image, Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicObject)
  Implements
      System.IDisposable