Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid.Views3D Assembly / Xceed.Wpf.DataGrid.Views Namespace / ElementalBlueTheme Class
Members


In This Topic
    ElementalBlueTheme Class
    In This Topic
    Represents the Elemental Blue theme, which is a basic blue theme that was designed to blend perfectly with the blue Office 2007 theme.
    Syntax
    'Declaration
     
    <TargetViewAttribute(Xceed.Wpf.DataGrid.Views.CardflowView3D)>
    <TargetSurfaceConfigurationAttribute(Xceed.Wpf.DataGrid.Views.Surfaces.ImageSurfaceConfiguration)>
    <TypeConverterAttribute(Xceed.Wpf.DataGrid.Markup.ThemeConverter)>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class ElementalBlueTheme 
       Inherits Xceed.Wpf.DataGrid.Views.Surfaces.MultiSurfaceTheme
    'Usage
     
    Dim instance As ElementalBlueTheme
    [TargetView(Xceed.Wpf.DataGrid.Views.CardflowView3D)]
    [TargetSurfaceConfiguration(Xceed.Wpf.DataGrid.Views.Surfaces.ImageSurfaceConfiguration)]
    [TypeConverter(Xceed.Wpf.DataGrid.Markup.ThemeConverter)]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class ElementalBlueTheme : Xceed.Wpf.DataGrid.Views.Surfaces.MultiSurfaceTheme 
    Remarks

    Figure 1: Elemental Blue theme with default surface configurations
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             Xceed.Wpf.DataGrid.Views.Theme
                Xceed.Wpf.DataGrid.Views.Surfaces.MultiSurfaceTheme
                   Xceed.Wpf.DataGrid.Views.ElementalBlueTheme

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also