Search Results for

    Show / Hide Table of Contents

    Interface ILocationAware

    Implements the positioning the UI elements inside the layout.

    Namespace: Sdl.Desktop.IntegrationApi.Extensions
    Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
    Syntax
    public interface ILocationAware

    Properties

    IsSeparator

    Is separator determines if a separator should be added before the action

    Declaration
    bool IsSeparator { get; set; }
    Property Value
    Type Description
    bool

    LocationByType

    The type of the location where the UI element is positioned.

    Declaration
    Type LocationByType { get; set; }
    Property Value
    Type Description
    Type

    ZIndex

    Defines a 0 based index order for the UI elements where the highest value is the most important.

    Declaration
    uint ZIndex { get; set; }
    Property Value
    Type Description
    uint
    Remarks

    The z-Index ordering is performed only for the intergrated elements and have a lower priority than RWS ordering. It acts as importance from left to right or top to bottom.

    The highest ZIndex value is in the left or top and the lowest value is in the right or bottom.

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Properties
      • IsSeparator
      • LocationByType
      • ZIndex
    • Extension Methods
    Back to top Generated by DocFX