PaletteSnapOptions Enumerator
Description
Defines the various positions that a palette can be snapped to another palette.Defined in namespace "adsk::core" and the header file is <Core\CoreTypeDefs.h>
Methods
Name | Value | Description |
PaletteSnapOptionsBottom | 3 | Specifies the palette is snapped to the bottom of another palette. |
PaletteSnapOptionsLeft | 1 | Specifies the palette is snapped to the left of another palette. |
PaletteSnapOptionsRight | 2 | Specifies the palette is snapped to the right of another palette. |
PaletteSnapOptionsTop | 0 | Specifies the palette is snapped to the top of another palette. |