Search Results for

    Show / Hide Table of Contents

    Interface IHasLayoutPosition

    A common interface used by LayoutDescriptorGroup and LayoutViewDescriptor to indicate their respective positions within a layout

    Namespace: LemonEdge.Client.UI.API.Layouts
    Assembly: LemonEdge.Client.UI.API.dll
    Syntax
    public interface IHasLayoutPosition

    Properties

    Position

    The position this item should take within a parent item

    Declaration
    LayoutDockPosition Position { get; set; }
    Property Value
    Type Description
    LayoutDockPosition

    ProportionalHorizontalSize

    The proportional percentage this item should take up of the Position in the horizontal space

    Declaration
    int ProportionalHorizontalSize { get; set; }
    Property Value
    Type Description
    int

    ProportionalVerticalSize

    The proportional percentage this item should take up of the Position in the vertical space

    Declaration
    int ProportionalVerticalSize { get; set; }
    Property Value
    Type Description
    int

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.