Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.ListBox Namespace / StyleUsageMode Enumeration
Example Example


    StyleUsageMode Enumeration
    Value indicating whether styles in a theme resource dictionary will be applied implicitly or explicitly.
    Syntax
    'Declaration
     
    Public Enum StyleUsageMode 
       Inherits System.Enum
     
    'Usage
     
    Dim instance As StyleUsageMode
    Members
    MemberDescription
    Explicit

    Styles will be applied explicitly. (Defined styles will not be overridden.)

    ImplicitStyles will be applied implicitly (automatically).
    Example
    <ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>
            <sldg:SilverlightThemeResourceDictionary StyleUsageMode="Implicit"/>
        </ResourceDictionary.MergedDictionaries>
    </ResourceDictionary>
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Wpf.ListBox.StyleUsageMode

    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