Table of Contents

Class LayerBrushRegistration

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Represents a layer brush registration returned by calling RegisterLayerBrush(LayerBrushDescriptor)

public class LayerBrushRegistration
Inheritance
object
LayerBrushRegistration

Properties

IsInStore

Gets a boolean indicating whether the registration is in the internal Core store

public bool IsInStore { get; }

Property Value

bool

LayerBrushDescriptor

Gets the layer brush descriptor that has been registered

public LayerBrushDescriptor LayerBrushDescriptor { get; }

Property Value

LayerBrushDescriptor

PluginFeature

Gets the plugin the layer brush is associated with

public PluginFeature PluginFeature { get; }

Property Value

PluginFeature