frmSettingscmboXYOrigin Field

Drop down list for selecting the X/Y origin of the canvas.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
private ComboBox cmboXYOrigin

Field Value

ComboBox

Remarks

Choices:

  • Center. The origin is in the center of the table.
  • Top. The origin is at the top center of the table.
  • Top Left. The origin is at the top left corner of the table.
  • Left. The origin is at the left center of the table.
  • Bottom Left. The origin is at the bottom left corner of the table.
  • Bottom. The origin is at the bottom center of the table.
  • Bottom Right. The origin is at the bottom right corner of the table.
  • Right. The origin is at the right center of the table.
  • Top Right. The origin is at the top right corner of the table.

See Also