Class NotFavorableAttribute
Indicates that the IGuiTool can not be added to the favorites.
Inherited Members
Namespace: DevToys.Api
Assembly: DevToys.Api.dll
Syntax
[MetadataAttribute]
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class NotFavorableAttribute : Attribute
Properties
NotFavorable
Gets a value indicating whether the IGuiTool is not favorable.
Declaration
public bool NotFavorable { get; }
Property Value
Type | Description |
---|---|
bool |