DefaultPadPositions Enumeration |
Indicates the default position for a pad.
This is a bit-flag enum, Hidden can be combined with the directions.
Namespace: Altaxo.Gui.WorkbenchAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax [FlagsAttribute]
public enum DefaultPadPositions
Members Member name | Value | Description |
---|
None | 0 | |
Right | 1 | |
Left | 2 | |
Bottom | 4 | |
Top | 8 | |
Hidden | 16 | |
See Also