C# Class Core2D.Avalonia.Renderer.RendererOptions

Shape renderer avalonia attached properties.
Show file Open project: Core2D/Core2D

Public Properties

Property Type Description
RendererProperty AttachedProperty

Public Methods

Method Description
GetRenderer ( AvaloniaObject obj ) : ShapeRenderer

Gets renderer options attached property.

SetRenderer ( AvaloniaObject obj, ShapeRenderer value ) : void

Sets renderer options attached property.

Method Details

GetRenderer() public static method

Gets renderer options attached property.
public static GetRenderer ( AvaloniaObject obj ) : ShapeRenderer
obj AvaloniaObject The avalonia object.
return Core2D.Renderer.ShapeRenderer

SetRenderer() public static method

Sets renderer options attached property.
public static SetRenderer ( AvaloniaObject obj, ShapeRenderer value ) : void
obj AvaloniaObject The avalonia object.
value Core2D.Renderer.ShapeRenderer The shape render value.
return void

Property Details

RendererProperty public static property

Renderer options attached property.
public static AttachedProperty RendererProperty
return AttachedProperty