Share

Autodesk.AutoCAD.Windows.PaletteSetTitleBarLocation Enumeration

Description

This enum represents values indicating the title bar location for a palette set.

Visual Basic

Public Enum PaletteSetTitleBarLocation
  Left
  Right
End Enum

C#

public enum PaletteSetTitleBarLocation {
  Left,
  Right
}

Members

Members Description
Left Palette set title bar left aligned.
Right Palette set title bar right aligned.

Was this information helpful?