C# Class Core2D.Avalonia.Views.ContainerViewControl

Interaction logic for ContainerViewControl xaml.
Inheritance: Avalonia.Controls.UserControl
Mostrar archivo Open project: Core2D/Core2D Class Usage Examples

Public Properties

Property Type Description
ContainerProperty AvaloniaProperty
RendererProperty AvaloniaProperty

Public Methods

Method Description
ContainerViewControl ( ) : Avalonia

Initializes a new instance of the ContainerViewControl class.

Render ( Avalonia.Media.DrawingContext context ) : void

Renders container control contents.

Private Methods

Method Description
InitializeComponent ( ) : void

Initialize the Xaml components.

Method Details

ContainerViewControl() public method

Initializes a new instance of the ContainerViewControl class.
public ContainerViewControl ( ) : Avalonia
return Avalonia

Render() public method

Renders container control contents.
public Render ( Avalonia.Media.DrawingContext context ) : void
context Avalonia.Media.DrawingContext The drawing context.
return void

Property Details

ContainerProperty public_oe static_oe property

Gets or sets container property.
public static AvaloniaProperty ContainerProperty
return AvaloniaProperty

RendererProperty public_oe static_oe property

Gets or sets renderer property.
public static AvaloniaProperty RendererProperty
return AvaloniaProperty