Class LayerBrushReference
A reference to a LayerBrushDescriptor
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public class LayerBrushReference
Constructors
LayerBrushReference()
Creates a new instance of the LayerBrushReference class
Declaration
public LayerBrushReference()
LayerBrushReference(LayerBrushDescriptor)
Creates a new instance of the LayerBrushReference class
Declaration
public LayerBrushReference(LayerBrushDescriptor descriptor)
Parameters
Type | Name | Description |
---|---|---|
LayerBrushDescriptor | descriptor | The descriptor to point the new reference at |
Properties
BrushType
The full type name of the brush descriptor
Declaration
public string? BrushType { get; set; }
Property Value
Type | Description |
---|---|
string |
LayerBrushProviderId
The ID of the layer brush provided the brush was provided by
Declaration
public string? LayerBrushProviderId { get; set; }
Property Value
Type | Description |
---|---|
string |