ComponentOne TileView for WPF and Silverlight
TileView for WPF and Silverlight Layout and Appearance / C1TileView Styles and Templates
In This Topic
    C1TileView Styles and Templates
    In This Topic

    TileView for WPF and Silverlight's C1TileView control provides several style properties that you can use to change the appearance of the control.

    Note: Dependency properties are external links.

    Some of the included styles are described in the table below.

    Style Description
    FocusVisualStyle Gets or sets a property that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus. This is a dependency property.
    FontStyle Gets or sets the font style. This is a dependency property.
    ScrollBarStyle (WPF)
    ScrollBarStyle (Silverlight)
    Determines the style of the scroll bar.
    Style Gets or sets the style used by this element when it is rendered. This is a dependency property.

    Some of the included templates are described in the table below:

    Style (WPF) Style (Silverlight) Description
    ItemTemplateHeader ItemTemplateHeader Gets or sets the DataTemplate used as title for the items.
    ItemTemplateMaximized ItemTemplateMaximized Gets or sets the DataTemplate used for items in the Maximized state.
    ItemTemplateMinimized ItemTemplateMinimized Gets or sets the DataTemplate used for items in the Minimized state.
    See Also