Class RemoveLayerEffect
Represents a profile editor command that can be used to remove a layer effect from a profile element.
public class RemoveLayerEffect : IProfileEditorCommand, IDisposable
- Inheritance
-
objectRemoveLayerEffect
- Implements
Constructors
RemoveLayerEffect(BaseLayerEffect)
Creates a new instance of the RemoveLayerEffect class.
public RemoveLayerEffect(BaseLayerEffect layerEffect)
Parameters
layerEffectBaseLayerEffect
Properties
DisplayName
Gets the name of the command
public string DisplayName { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Execute()
Executes the command
public void Execute()
Undo()
Undoes the command
public void Undo()