This class represents values indicating the title bar location for a palette set.
Public Enum PaletteSetTitleBarLocation Left Right End Enum
public enum PaletteSetTitleBarLocation { Left, Right }
Members |
Description |
Left |
Palette set title bar left aligned. |
Right |
Palette set title bar right aligned. |
Comments? |