Class LayerBrushReference
A reference to a LayerBrushDescriptor
public class LayerBrushReference
- Inheritance
-
objectLayerBrushReference
Constructors
LayerBrushReference()
Creates a new instance of the LayerBrushReference class
public LayerBrushReference()
LayerBrushReference(LayerBrushDescriptor)
Creates a new instance of the LayerBrushReference class
public LayerBrushReference(LayerBrushDescriptor descriptor)
Parameters
descriptorLayerBrushDescriptorThe descriptor to point the new reference at
Properties
BrushType
The full type name of the brush descriptor
public string? BrushType { get; set; }
Property Value
LayerBrushProviderId
The ID of the layer brush provided the brush was provided by
public string? LayerBrushProviderId { get; set; }