Search Results for

    Show / Hide Table of Contents

    Enum LayoutDockPosition

    The position of an item within a parent container

    Namespace: LemonEdge.Client.Core.Views.DefaultLayouts.Core
    Assembly: LemonEdge.Client.UI.API.dll
    Syntax
    [DataContract]
    public enum LayoutDockPosition

    Fields

    Name Description
    Bottom

    Should be docked to the bottom

    Center

    Should be docked in the center

    Left

    Should be docked to the left

    Right

    Should be docked to the right

    Top

    Should be docked to the top

    Extension Methods

    LinqExtensions.AsArray<LayoutDockPosition>(LayoutDockPosition)
    LinqExtensions.ToArrayOfOne<LayoutDockPosition>(LayoutDockPosition)
    LinqExtensions.ToListOfOne<LayoutDockPosition>(LayoutDockPosition)
    MiscExtensions.SetIfNotEqual<LayoutDockPosition, TP>(LayoutDockPosition, Expression<Func<LayoutDockPosition, TP>>, TP)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.