C# Class Core2D.Avalonia.Views.ContainerViewControl

Interaction logic for ContainerViewControl xaml.
Inheritance: Avalonia.Controls.UserControl
Afficher le fichier Open project: Core2D/Core2D Class Usage Examples

Méthodes publiques

Свойство Type Description
ContainerProperty AvaloniaProperty
RendererProperty AvaloniaProperty

Méthodes publiques

Méthode Description
ContainerViewControl ( ) : Avalonia

Initializes a new instance of the ContainerViewControl class.

Render ( Avalonia.Media.DrawingContext context ) : void

Renders container control contents.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Initialize the Xaml components.

Method Details

ContainerViewControl() public méthode

Initializes a new instance of the ContainerViewControl class.
public ContainerViewControl ( ) : Avalonia
Résultat Avalonia

Render() public méthode

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

Property Details

ContainerProperty public_oe static_oe property

Gets or sets container property.
public static AvaloniaProperty ContainerProperty
Résultat AvaloniaProperty

RendererProperty public_oe static_oe property

Gets or sets renderer property.
public static AvaloniaProperty RendererProperty
Résultat AvaloniaProperty