Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 723 Bytes

File metadata and controls

19 lines (12 loc) · 723 Bytes

DockablePaneExtension.InitialPosition property

The dock where the pane is opened initially, if it hasn't been opened before. By default, Right.

public virtual DockablePanePosition InitialPosition { get; }

Remarks

Studio Pro user can drag the dockable pane to another position. That position is persisted (based on Id) and has precedence over the InitialPosition.

See Also