Show / Hide Table of Contents

Class AvaloniaWindowWrap

Envuelve una ventana de Avalonia para brindar servicios adicionales de gestión de ventana.

Inheritance
object
AvaloniaWindowWrap
Implements
IAvaloniaWindow
IWindow
ICloseable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: TheXDS.MCART.Types
Assembly: MCART.Avalonia.Common.dll
Syntax
public class AvaloniaWindowWrap : IAvaloniaWindow, IWindow, ICloseable

Constructors

| Edit this page View Source

AvaloniaWindowWrap(Window)

Envuelve una ventana de Avalonia para brindar servicios adicionales de gestión de ventana.

Declaration
public AvaloniaWindowWrap(Window window)
Parameters
Type Name Description
Window window

Ventana a envolver.

Properties

| Edit this page View Source

WindowState

Obtiene un valor que indica el estado de la ventana.

Declaration
public WindowState WindowState { get; }
Property Value
Type Description
WindowState

Operators

| Edit this page View Source

implicit operator AvaloniaWindowWrap(Window)

Convierte implícitamente un Avalonia.Controls.Window en un AvaloniaWindowWrap.

Declaration
public static implicit operator AvaloniaWindowWrap(Window window)
Parameters
Type Name Description
Window window

Objeto a convertir.

Returns
Type Description
AvaloniaWindowWrap
| Edit this page View Source

implicit operator Window(AvaloniaWindowWrap)

Convierte implícitamente un AvaloniaWindowWrap en un Avalonia.Controls.Window.

Declaration
public static implicit operator Window(AvaloniaWindowWrap wrap)
Parameters
Type Name Description
AvaloniaWindowWrap wrap

Objeto a convertir.

Returns
Type Description
Window

Implements

IAvaloniaWindow
IWindow
ICloseable

Extension Methods

Objects.ShallowCopyTo(object, object, Type)
ObjectExtensions.FieldsOf<T>(object)
ObjectExtensions.GetAttribute<T>(object)
ObjectExtensions.GetAttributes<T>(object)
ObjectExtensions.HasAttrValue<TAttribute, TValue>(object, out TValue)
ObjectExtensions.HasAttribute<T>(object)
ObjectExtensions.HasAttribute<T>(object, out T?)
ObjectExtensions.HasAttributes<T>(object, out IEnumerable<T>?)
ObjectExtensions.Is(object?, object?)
ObjectExtensions.IsEither(object, IEnumerable)
ObjectExtensions.IsEither(object, params object[])
ObjectExtensions.IsNeither(object, IEnumerable)
ObjectExtensions.IsNeither(object, params object[])
ObjectExtensions.IsNot(object?, object?)
ObjectExtensions.PropertiesOf<T>(object)
ObjectExtensions.WhichAre(object, IEnumerable<object>)
ObjectExtensions.WhichAre(object, params object[])
Common.IfNotNull<T>(T?, Action<T>)
Objects.Itself<T>(T)
Objects.ShallowCopyTo<T>(T, T)
CollectionExtensions.PushInto<TItem, TCollection>(TItem, ICollection<TCollection>)
DictionaryExtensions.PushInto<TKey, TValue>(TValue, TKey, IDictionary<TKey, TValue>)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX