Enum LayoutAlignment
Specifies the alignment for Items on the visual label editor.
Namespace: Neodynamic.Windows.ThermalLabelEditor
Assembly: cs.temp.dll.dll
Syntax
public enum LayoutAlignment
Fields
Name | Description |
---|---|
Bottom | Aligns Items to the bottom based on the first Item's Bottom position. |
CenterHorizontal | Aligns Items to the center horizontally based on the wider Item. |
CenterVertical | Aligns Items to the center vertically based on the higher Item. |
DistributeHorizontal | Distributes Items so the horizontal spacing between them is equal. |
DistributeVertical | Distributes Items so the vertical spacing between them is equal. |
Left | Aligns Items to the left based on the first Item's Left position. |
Right | Aligns Items to the right based on the first Item's Right position. |
Top | Aligns Items to the top based on the first Item's Top position. |