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


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