Class TilePosition
Inheritance
System.Object
TilePosition
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TilePosition
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 |