[]
        
(Showing Draft Content)

C1.Util.DockStyle

DockStyle Enum

Specifies the position and manner in which a control is docked.

Namespace: C1.Util
Assembly: C1.Pdf.dll
Syntax
public enum DockStyle : byte

Fields

Name Description
Bottom

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

Fill

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

Left

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

None

The control is not docked.

Right

The control's right edge is docked to the right edge of its containing control.

Top

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