x4Trace Documentation v1.0
Loading...
Searching...
No Matches
IGraphics.Grid.ICellData Class Reference

Represents a data of cell. More...

Public Member Functions

 ICellData (GInterface.IFont font, IStringAlignment stringFormat)
 Constructor.
 
 ICellData (GInterface.IFont font)
 Constructor.
 

Protected Attributes

GInterface.IFont font = new GInterface.IFont("Arial", 10, IFontStyle.Regular)
 Font of cell.
 
IStringAlignment stringFormat = new IStringAlignment(Align.Near, Align.Near)
 Alignment of cell.
 

Properties

GInterface.IFont Font [get, set]
 Font of cell.
 
IStringAlignment StringFormat [get, set]
 Alignment of cell.
 

Detailed Description

Represents a data of cell.

Constructor & Destructor Documentation

◆ ICellData() [1/2]

IGraphics.Grid.ICellData.ICellData ( GInterface.IFont font,
IStringAlignment stringFormat )

Constructor.

Parameters
fontFont of cell.
stringFormatAlignment of cell.

◆ ICellData() [2/2]

IGraphics.Grid.ICellData.ICellData ( GInterface.IFont font)

Constructor.

Parameters
fontFont of cell.

The documentation for this class was generated from the following file: