WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TilePosition

    Show / Hide Table of Contents

    Class TilePosition

    Inheritance
    System.Object
    TilePosition
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Drawing.Font

    ForeColor

    Indicates fore color of the tile

    Declaration
    public Color ForeColor
    Field Value
    Type Description
    System.Drawing.Color

    Index

    Indicates index of the tile

    Declaration
    public int Index
    Field Value
    Type Description
    System.Int32

    Name

    Indicates name of the tile

    Declaration
    public string Name
    Field Value
    Type Description
    System.String

    Rect

    Position rectangle

    Declaration
    public Rectangle Rect
    Field Value
    Type Description
    System.Drawing.Rectangle

    Text

    Indicates the text of the tile

    Declaration
    public string Text
    Field Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved