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.Core.Views.DefaultLayouts
    Assembly: ClientCore.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
    System.Int32

    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
    System.Int32

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.