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
Declaration
public bool CanDisplay { get; set; }
Property Value
| Type |
|---|
| System.Boolean |