IObjectCustomizationGridLayout Interface

Interface to implement a custom layouter to auto layout the properties inside a feature

Definition

Namespace: Articy.Api.ObjectCustomization
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public interface IObjectCustomizationGridLayout

Remarks

If your layouter needs additional payload, you can use the Tag and Tag properties.

Properties

AllowPartiallySetPositions Denotes if this layouter is capable of dealing with some properties manually set and other not set at all.

Methods

CalculateGridLayout Layout the properties found inside the feature blueprint

Fields

FeatureCellWidth The cell width of a feature

See Also