Class TilePosition
Inheritance
System.Object
TilePosition
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TilePosition : Object
Constructors
TilePosition()
Declaration
public TilePosition()
Fields
Font
Indicates the font of the tile
Declaration
public Font Font
Field Value
| Type |
|---|
| System.Drawing.Font |
ForeColor
Indicates fore color of the tile
Declaration
public Color ForeColor
Field Value
| Type |
|---|
| System.Drawing.Color |
Index
Indicates index of the tile
Declaration
public int Index
Field Value
| Type |
|---|
| System.Int32 |
Name
Indicates name of the tile
Declaration
public string Name
Field Value
| Type |
|---|
| System.String |
Rect
Position rectangle
Declaration
public Rectangle Rect
Field Value
| Type |
|---|
| System.Drawing.Rectangle |
Text
Indicates the text of the tile
Declaration
public string Text
Field Value
| Type |
|---|
| System.String |