AvaloniaView Class
Definition
public class AvaloniaView
Constructors
| Name | Description |
|---|---|
| AvaloniaView (2 overloads) | No summary available. |
AvaloniaView overloads
AvaloniaView Constructor
public AvaloniaView(System.Runtime.InteropServices.JavaScript.JSObject host)
Parameters
host System.Runtime.InteropServices.JavaScript.JSObject
JSObject holding a div element where avalonia content should be rendered.
AvaloniaView Constructor
public AvaloniaView(string divId)
Parameters
divId string
ID of the html element where avalonia content should be rendered.
Properties
| Name | Description |
|---|---|
| Content | No summary available. |
Content Property
public Avalonia.Controls.Control Content { get; set; }