ReportSectionDock Property

Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.

Definition

Namespace: Firefly.Box.Printing
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public override DockStyle Dock { get; set; }

Return Value

DockStyle
One of the DockStyle values. The default is None.

Exceptions

InvalidEnumArgumentExceptionThe value assigned is not one of the DockStyle values.

See Also