ComponentOne TileView for WPF and Silverlight
C1.Silverlight.TileView Namespace / C1TileViewItem Class / TiledState Property


In This Topic
    TiledState Property (C1TileViewItem)
    In This Topic
    Gets or sets the current role of the C1TileViewItem.
    Syntax
    'Declaration
     
    
    Public Property TiledState As TiledState
    'Usage
     
    
    Dim instance As C1TileViewItem
    Dim value As TiledState
     
    instance.TiledState = value
     
    value = instance.TiledState
    public TiledState TiledState {get; set;}
    See Also