csharp
public sealed class NodeOverlayLayerThe layer regions are drawn on, under the nodes and over the grid.
Remarks
Drawn rather than built out of elements, for NodeWireLayer's reason: a shaded rectangle has no interactions and no text, and as an element it would be a style node and a layout box for a picture.
Fields and properties (1)
protected override string TagNameThe element name this type answers to when a caller does not choose one.
Methods (1)
protected override void OnDraw(DrawContext context)Draws whatever this element is, beyond what a stylesheet can describe.
Used by (1)
- NodeCanvasVixen.Ui.Controls.Advanced