EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Enum WindowResizeDirection

    Specifies the direction(s) in which a window can be resized. Typically used to determine the cursor type or the drag behavior during edge/corner resizing.

    Namespace: PoeShared.Blazor.Wpf
    Assembly: PoeShared.Blazor.Wpf.dll
    Syntax
    public enum WindowResizeDirection

    Fields

    Name Description
    Bottom

    Resizing from the bottom edge of the window.

    BottomLeft

    Resizing from the bottom-left corner of the window.

    BottomRight

    Resizing from the bottom-right corner of the window.

    Left

    Resizing from the left edge of the window.

    None

    No resize operation is in progress or allowed.

    Right

    Resizing from the right edge of the window.

    Top

    Resizing from the top edge of the window.

    TopLeft

    Resizing from the top-left corner of the window.

    TopRight

    Resizing from the top-right corner of the window.

    Extension Methods

    ObjectExtensions.AddTo<WindowResizeDirection, TCollection>(WindowResizeDirection, ISourceList<TCollection>)
    ObjectExtensions.AddTo<WindowResizeDirection, TCollection>(WindowResizeDirection, ICollection<TCollection>)
    ObjectExtensions.CloneJson<WindowResizeDirection>(WindowResizeDirection)
    ObjectExtensions.CopyPropertiesTo<WindowResizeDirection, TTarget>(WindowResizeDirection, TTarget)
    ObjectExtensions.DumpToJson<WindowResizeDirection>(WindowResizeDirection)
    ObjectExtensions.DumpToTextRaw<WindowResizeDirection>(WindowResizeDirection)
    ObjectExtensions.DumpToText<WindowResizeDirection>(WindowResizeDirection)
    ObjectExtensions.Dump<WindowResizeDirection>(WindowResizeDirection)
    ObjectExtensions.GetPropertyAccessor<WindowResizeDirection, TValue>(WindowResizeDirection, Expression<Func<WindowResizeDirection, TValue>>)
    ObjectExtensions.InsertTo<WindowResizeDirection, TCollection>(WindowResizeDirection, IList<TCollection>, int)
    ObjectExtensions.ToJson<WindowResizeDirection>(WindowResizeDirection, Formatting)
    ObjectExtensions.ToStringSafe<WindowResizeDirection>(WindowResizeDirection)
    ObjectExtensions.TransferPropertiesTo<WindowResizeDirection, TTarget>(WindowResizeDirection, TTarget, params string[])
    ObjectExtensions.WaitForAsync<WindowResizeDirection, T1>(WindowResizeDirection, Func<WindowResizeDirection, T1>, Predicate<T1>, TimeSpan, int)
    XDocumentExtensions.AddTo<WindowResizeDirection>(WindowResizeDirection, XContainer)
    2025 © Xab3r. All rights reserved.