Contents

ZenithView

public class ZenithView : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IZenithView
Inheritance and metadata

Inherited members

Constructors

ZenithView()

public ZenithView()

Fields

GraphicsContextProperty

public static readonly DependencyProperty GraphicsContextProperty

Properties

GraphicsContext

public GraphicsContext? GraphicsContext { get; set; }

Methods

OnRender(DrawingContext)

protected override void OnRender(DrawingContext drawingContext)

When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.

Parameters

drawingContext

The drawing instructions for a specific element. This context is provided to the layout system.

Events

RenderRequested

public event EventHandler<RenderEventArgs>? RenderRequested

UpdateRequested

public event EventHandler<UpdateEventArgs>? UpdateRequested

Find a member

Zenith.NET.Views.WPF.ZenithView

Search documentation

Search tutorials, concepts, samples, and the API reference.