Class LayerEffectRegistration
Represents a layer effect registration
public class LayerEffectRegistration
- Inheritance
-
objectLayerEffectRegistration
Properties
IsInStore
Gets a boolean indicating whether the registration is in the internal Core store
public bool IsInStore { get; }
Property Value
LayerEffectDescriptor
Gets the layer effect descriptor that has been registered
public LayerEffectDescriptor LayerEffectDescriptor { get; }
Property Value
PluginFeature
Gets the plugin the layer effect is associated with
public PluginFeature PluginFeature { get; }