ComponentOne TileView for WPF and Silverlight
ContentMinimized Property


C1.WPF.TileView Namespace > C1TileViewItem Class : ContentMinimized Property
Gets or sets the content used when another C1TileViewItem is maximized. If null, System.Windows.Controls.ContentControl.Content is used.
Syntax
'Declaration
 
<System.ComponentModel.TypeConverterAttribute("C1.WPF.TileView.StringToObjectConverter, C1.WPF.TileView.4, Version=4.0.20171.555, Culture=neutral, PublicKeyToken=2aa4ec5576d6c3ce")>
Public Property ContentMinimized As System.Object
'Usage
 
Dim instance As C1TileViewItem
Dim value As System.Object
 
instance.ContentMinimized = value
 
value = instance.ContentMinimized
[System.ComponentModel.TypeConverter("C1.WPF.TileView.StringToObjectConverter, C1.WPF.TileView.4, Version=4.0.20171.555, Culture=neutral, PublicKeyToken=2aa4ec5576d6c3ce")]
public System.object ContentMinimized {get; set;}
See Also

Reference

C1TileViewItem Class
C1TileViewItem Members