Back to API Reference
Class
StrokeModifier
sealed
Inherits:PaintLayerModifier
Draws a real outline (a rim band around the glyph edge, not a filled blob) with a colour, gradient, or texture. Works with the fill off (stroke-only).
Remarks
Parameter: paint[,width][,align][,softness] + projection overrides.
public PaintRef Paint{ get; set }Stroke paint (inline colour, named swatch, or default). A per-range value overrides it.
public UnitValue Width{ get; set }Stroke width. A per-range value overrides it.
public UnitValue Softness{ get; set }Edge softness. A per-range value overrides it.
protected PaintRef PaintField{ get }protected Color32 DefaultPaintColor{ get }