Enumeration DockStyleReadonly

Enum for the label dock styles.

Enumeration Members

Enumeration Members

Bottom: "bottom"

The label's bottom edge is docked to the bottom of its containing item.

Fill: "fill"

All the label's edges are docked to the all edges of its containing item and sized appropriately.

Left: "left"

The label's left edge is docked to the left of its containing item.

None: "none"

No docking

Right: "right"

The label's left edge is docked to the left of its containing item.

Top: "top"

The label's top edge is docked to the top of its containing item..

Generated using TypeDoc