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 |
---|---|
System.Boolean |
LocationByType
The type of the location where the UI element is positioned.
Declaration
Type LocationByType { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.UInt32 |
Remarks
The z-Index ordering is performed only for the intergrated elements and have a lower priority than SDL 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.