ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / ImageElement Class / Image Property

In This Topic
    Image Property (ImageElement)
    In This Topic
    Gets or sets the image to display in unbound mode. It may consist of several parts. Only one part of a compound image can be displayed at a time.
    Syntax
    'Declaration
     
    
    Public Property Image As Image
    public Image Image {get; set;}
    See Also