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
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
| LeftToRightTopToBottomLayout | Initializes 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 |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
Extension Methods
| TraceError | (Defined by TraceHelper) |
| TraceInfo | (Defined by TraceHelper) |
| TraceWarning | (Defined by TraceHelper) |