Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 910 Bytes

ColumnDefinition.md

File metadata and controls

19 lines (18 loc) · 910 Bytes
nav-title title description
Class ui/panels/grid-panel.ColumnDefinition
Class ui/panels/grid-panel.ColumnDefinition
Class ui/panels/grid-panel.ColumnDefinition

Class: "ui/panels/grid-panel".ColumnDefinition

Defines column-specific properties that apply to GridPanel elements.

Instance Properties
  • actualWidth - Number.
    Gets a value that represents the actual calculated width of a ColumnDefinition.
  • maxWidth - Number.
    Gets or sets a value that represents the maximum width of a ColumnDefinition.
  • minWidth - Number.
    Gets or sets a value that represents the minimum width of a ColumnDefinition.
  • width - GridLength.
    Gets or sets the GridLength value of a ColumnDefinition.
  • offset - Number.
    Gets a value that represents the offset value of this ColumnDefinition.