LeftToRightTopToBottomLayout Class

Simple left to right, top to bottom auto layouter for properties on a feature

Definition

Namespace: Articy.Api.ObjectCustomization
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public sealed class LeftToRightTopToBottomLayout : IObjectCustomizationGridLayout
Inheritance
Object    LeftToRightTopToBottomLayout
Implements
IObjectCustomizationGridLayout

Remarks

Does not support partially set positions.

Constructors

LeftToRightTopToBottomLayoutInitializes a new instance of the LeftToRightTopToBottomLayout class

Properties

AllowPartiallySetPositions Denotes if this layouter is capable of dealing with some properties manually set and other not set at all.
AllowRearrangeExistingItems If set to true, the layouter will rearrange all objects, even existing ones, potentially changing their position.

Methods

CalculateGridLayout Layout the properties found inside the feature blueprint
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

TraceError
(Defined by TraceHelper)
TraceInfo
(Defined by TraceHelper)
TraceWarning
(Defined by TraceHelper)

See Also