Click or drag to resize

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.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[FlagsAttribute]
public enum DefaultPadPositions
Members
Member nameValueDescription
None0 
Right1 
Left2 
Bottom4 
Top8 
Hidden16 
See Also