IVisualNode.

DrawOperations Property

Summary

Gets the drawing operations for the visual.
Namespace
Avalonia.Rendering.SceneGraph
Containing Type
IVisualNode

Syntax

IReadOnlyList<IRef<IDrawOperation>> DrawOperations { get; }

Value

Type Description
IReadOnlyList<IRef<IDrawOperation>>