Class EffectAttribute
Base class for effects attributes
Inheritance
System.Object
EffectAttribute
Namespace: ImageVault.Client.Descriptors.Effects
Assembly: ImageVault.Client.dll
Syntax
public abstract class EffectAttribute : Attribute
Constructors
EffectAttribute()
Initializes a new instance of the EffectAttribute class.
Declaration
protected EffectAttribute()
EffectAttribute(Int32)
Initializes a new instance of the EffectAttribute class.
Declaration
protected EffectAttribute(int sortOrder)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | sortOrder |
Properties
SortOrder
Get/Sets the AttributeOrder of the EffectAttribute
Declaration
public int SortOrder { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
CreateEffect()
Create the effect
Declaration
public abstract Effect CreateEffect()
Returns
| Type | Description |
|---|---|
| Effect |