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


In This Topic
    ContentMinimized Property (C1TileViewItem)
    In This Topic
    Gets or sets the content used when another C1TileViewItem is maximized. If null, System.Windows.Controls.ContentControl.Content is used.
    Syntax
    'Declaration
     
    
    <TypeConverterAttribute(C1.WPF.TileView.StringToObjectConverter)>
    Public Property ContentMinimized As Object
    'Usage
     
    
    Dim instance As C1TileViewItem
    Dim value As Object
     
    instance.ContentMinimized = value
     
    value = instance.ContentMinimized
    [TypeConverter(C1.WPF.TileView.StringToObjectConverter)]
    public object ContentMinimized {get; set;}
    See Also