frmSettingscmboXYOrigin Field
Drop down list for selecting the X/Y origin of the canvas.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
private ComboBox cmboXYOrigin
Private cmboXYOrigin As ComboBox
No code example is currently available or this language may not be supported.
Field Value
ComboBox 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.