Class LayerBrushRegistration
Represents a layer brush registration returned by calling RegisterLayerBrush(LayerBrushDescriptor)
public class LayerBrushRegistration
- Inheritance
-
objectLayerBrushRegistration
Properties
IsInStore
Gets a boolean indicating whether the registration is in the internal Core store
public bool IsInStore { get; }
Property Value
LayerBrushDescriptor
Gets the layer brush descriptor that has been registered
public LayerBrushDescriptor LayerBrushDescriptor { get; }
Property Value
PluginFeature
Gets the plugin the layer brush is associated with
public PluginFeature PluginFeature { get; }