Class LayerBrushRegistration
Represents a layer brush registration returned by calling RegisterLayerBrush(LayerBrushDescriptor)
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public class LayerBrushRegistrationProperties
IsInStore
Gets a boolean indicating whether the registration is in the internal Core store
Declaration
public bool IsInStore { get; }Property Value
| Type | Description | 
|---|---|
| bool | 
LayerBrushDescriptor
Gets the layer brush descriptor that has been registered
Declaration
public LayerBrushDescriptor LayerBrushDescriptor { get; }Property Value
| Type | Description | 
|---|---|
| LayerBrushDescriptor | 
PluginFeature
Gets the plugin the layer brush is associated with
Declaration
public PluginFeature PluginFeature { get; }Property Value
| Type | Description | 
|---|---|
| PluginFeature |