menu

WPF

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

    Show / Hide Table of Contents

    Class DefaultStyleKeyExtension

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

    Constructors

    DefaultStyleKeyExtension()

    Declaration
    public DefaultStyleKeyExtension()

    Properties

    Assembly

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

    Control

    Declaration
    public string Control { 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

    ProvideValue(IServiceProvider)

    Declaration
    public override object ProvideValue(IServiceProvider serviceProvider)
    Parameters
    Type Name Description
    System.IServiceProvider serviceProvider
    Returns
    Type
    System.Object

    ToString()

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