Table of Contents

Class EffectCategoryAttribute

Namespace
PaintDotNet.Effects
Assembly
PaintDotNet.Effects.Core.dll

Allows you to categorize an Effect to place it in the appropriate menu within Paint.NET.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class EffectCategoryAttribute : Attribute
Inheritance
EffectCategoryAttribute
Inherited Members

Constructors

EffectCategoryAttribute(EffectCategory)

Properties

Category