alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ThemeStudioAttribute

    Represents the CustomAttribute class used to validate the property information that needs to be displayed in Theme Studio

    Inheritance
    System.Object
    ThemeStudioAttribute
    Namespace: Syncfusion.WinForms.Theme
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class ThemeStudioAttribute : Attribute

    Constructors

    ThemeStudioAttribute()

    Initialize the instance of

    Declaration
    public ThemeStudioAttribute()

    ThemeStudioAttribute(Boolean)

    Initialize the instance of

    Declaration
    public ThemeStudioAttribute(bool canDisplay)
    Parameters
    Type Name Description
    System.Boolean canDisplay

    Properties

    CanDisplay

    Gets / Sets whether the marked property can be displayed in Theme Studio.

    Declaration
    public bool CanDisplay { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved