Photoshop Scripting Reference
  • Photoshop Scripting Documentation
    • Core
    • Photoshop
    • Scriptui
      • Classes
        • Bounds
        • Button
        • Checkbox
        • Dimension
        • DrawState
        • DropDownList
        • EditText
        • Environment
        • Event
        • Events
        • FlashPlayer
        • Group
        • IconButton
        • KeyboardState
        • LayoutManager
        • ListBox
        • ListItem
        • Panel
        • Point
        • Progressbar
        • RadioButton
        • ScriptUI
        • ScriptUIBrush
        • ScriptUIFont
        • ScriptUIGraphics
        • ScriptUIImage
        • ScriptUIPath
        • ScriptUIPen
        • Scrollbar
        • Slider
        • StaticText
        • TreeView
        • UIEvent
        • Window
        • Module Index
  • Extension SDK Documentation (CEP)
  • Photoshop Scripting Reseources
Photoshop Scripting Reference
  • Docs »
  • Photoshop Scripting Documentation »
  • Scriptui »
  • DropDownList »
  • DropDownList.alignment
  • View page source

DropDownList.alignment¶

String alignment

Description¶

The alignment style for this element. If defined, this value overrides the alignChildren setting for the parent container.

This can be a single string, which indicates the alignment for the orientation specified in the parent container, or an array of two strings, indicating both the horizontal and vertical alignment (in that order). Allowed values depend on the orientation value of the parent container. They are not case sensitive. For orientation=row:top, bottom, fill For orientation=column: left, right, fill For orientation=stack:top, bottom, left, right, fill

Next Previous

© Copyright 2018, Brett Dixon.

Built with Sphinx using a theme provided by Read the Docs.