menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ThemeKey - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ThemeKey

    Inheritance
    System.Object
    ThemeKey
    Namespace: Syncfusion.SfSkinManager
    Assembly: Syncfusion.SfSkinManager.WPF.dll
    Syntax
    public class ThemeKey : ResourceKey

    Constructors

    ThemeKey()

    Declaration
    public ThemeKey()

    Properties

    Assembly

    Declaration
    public override Assembly Assembly { get; }
    Property Value
    Type
    System.Reflection.Assembly

    Key

    Declaration
    public string Key { get; set; }
    Property Value
    Type
    System.String

    Theme

    Declaration
    public Type Theme { get; set; }
    Property Value
    Type
    System.Type

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    System.Object other
    Returns
    Type
    System.Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type
    System.Int32

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved