ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / TileProperty Enumeration

In This Topic
    TileProperty Enumeration
    In This Topic
    Specifies the destination property for data mapping.
    Syntax
    'Declaration
     
    
    Public Enum TileProperty 
       Inherits System.Enum
    public enum TileProperty : System.Enum 
    Members
    MemberDescription
    AccessibleDefaultActionDescriptionReferences the Tile.AccessibleDefaultActionDescription property.
    AccessibleDescriptionReferences the Tile.AccessibleDescription property.
    AccessibleNameReferences the Tile.AccessibleName property.
    AccessibleRoleReferences the Tile.AccessibleRole property.
    BackColorReferences the Tile.BackColor property.
    BackColor1References the Tile.BackColor1 property.
    BackColor2References the Tile.BackColor2 property.
    BackColor3References the Tile.BackColor3 property.
    BackColor4References the Tile.BackColor4 property.
    BackColor5References the Tile.BackColor5 property.
    ForeColorReferences the Tile.ForeColor property.
    ForeColor1References the Tile.ForeColor1 property.
    ForeColor2References the Tile.ForeColor2 property.
    ForeColor3References the Tile.ForeColor3 property.
    ForeColor4References the Tile.ForeColor4 property.
    ForeColor5References the Tile.ForeColor5 property.
    GroupReferences the Tile.Group property (mapped as an object or group text).
    HorizontalSizeReferences the Tile.HorizontalSize property.
    ImageReferences the Tile.Image property.
    Image1References the Tile.Image1 property.
    Image2References the Tile.Image2 property.
    Image3References the Tile.Image3 property.
    Image4References the Tile.Image4 property.
    Image5References the Tile.Image5 property.
    ImageIndexReferences the Tile.ImageIndex property.
    ImageKeyReferences the Tile.ImageKey property.
    IntValueReferences the Tile.IntValue property.
    IntValue1References the Tile.IntValue1 property.
    IntValue2References the Tile.IntValue2 property.
    IntValue3References the Tile.IntValue3 property.
    IntValue4References the Tile.IntValue4 property.
    IntValue5References the Tile.IntValue5 property.
    LeftCellReferences the Tile.LeftCell property.
    NoneIndicates that no property is referenced.
    ShowSlidesReferences the Tile.ShowSlides property.
    SymbolReferences the Tile.Symbol property.
    TagReferences the Tile.Tag property (the primary key should be mapped to Tag).
    TemplateReferences the Tile.Template property (mapped as an object, template name, or index in the Templates collection).
    TextReferences the Tile.Text property.
    Text1References the Tile.Text1 property.
    Text2References the Tile.Text2 property.
    Text3References the Tile.Text3 property.
    Text4References the Tile.Text4 property.
    Text5References the Tile.Text5 property.
    Text6References the Tile.Text6 property.
    Text7References the Tile.Text7 property.
    Text8References the Tile.Text8 property.
    Text9References the Tile.Text9 property.
    ToolTipTextReferences the Tile.ToolTipText property.
    TopCellReferences the Tile.TopCell property.
    VerticalSizeReferences the Tile.VerticalSize property.
    VisibleReferences the Tile.Visible property.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Tile.TileProperty

    See Also