Show / Hide Table of Contents

Enum Dock

Specifies values that control the behavior of a control positioned inside another control.

Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.dll
Syntax
public enum Dock

Fields

Name Description
Bottom

Specifies that the control should be positioned at the bottom of the control.

Left

Specifies that the control should be positioned on the left of the control.

Right

Specifies that the control should be positioned on the right of the control.

Top

Specifies that the control should be positioned on top of the control.

  • Improve this Doc
  • View Source