C# Class AvalonStudio.Controls.MetroWindow

Inheritance: Avalonia.Window, IStyleable
Show file Open project: VitalElement/AvalonStudio

Public Properties

Property Type Description
TitleBarContentProperty AvaloniaProperty

Private Properties

Property Type Description
ToggleWindowState void

Protected Methods

Method Description
OnPointerMoved ( Avalonia.Input.PointerEventArgs e ) : void
OnPointerPressed ( Avalonia.Input.PointerPressedEventArgs e ) : void
OnPointerReleased ( Avalonia.Input.PointerEventArgs e ) : void
OnTemplateApplied ( Avalonia.Controls.Primitives.TemplateAppliedEventArgs e ) : void

Private Methods

Method Description
ToggleWindowState ( ) : void

Method Details

OnPointerMoved() protected method

protected OnPointerMoved ( Avalonia.Input.PointerEventArgs e ) : void
e Avalonia.Input.PointerEventArgs
return void

OnPointerPressed() protected method

protected OnPointerPressed ( Avalonia.Input.PointerPressedEventArgs e ) : void
e Avalonia.Input.PointerPressedEventArgs
return void

OnPointerReleased() protected method

protected OnPointerReleased ( Avalonia.Input.PointerEventArgs e ) : void
e Avalonia.Input.PointerEventArgs
return void

OnTemplateApplied() protected method

protected OnTemplateApplied ( Avalonia.Controls.Primitives.TemplateAppliedEventArgs e ) : void
e Avalonia.Controls.Primitives.TemplateAppliedEventArgs
return void

Property Details

TitleBarContentProperty public static property

public static AvaloniaProperty TitleBarContentProperty
return AvaloniaProperty