C# Class Core2D.Avalonia.Renderer.RendererOptions

Shape renderer avalonia attached properties.
Afficher le fichier Open project: Core2D/Core2D

Méthodes publiques

Свойство Type Description
RendererProperty AttachedProperty

Méthodes publiques

Méthode 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 méthode

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

SetRenderer() public static méthode

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.
Résultat void

Property Details

RendererProperty public_oe static_oe property

Renderer options attached property.
public static AttachedProperty RendererProperty
Résultat AttachedProperty