Skip to content

DragBarEdge

Namespace: Hex1b.Widgets

Assembly: Hex1b.dll

Specifies which edge of a DragBarPanel the resize handle appears on.

csharp
public enum DragBarEdge

Fields

Bottom

Handle on the bottom edge (drag down to grow, up to shrink).

Returns: DragBarEdge

csharp
Bottom = 3

Left

Handle on the left edge (drag left to grow, right to shrink).

Returns: DragBarEdge

csharp
Left = 0

Handle on the right edge (drag right to grow, left to shrink).

Returns: DragBarEdge

csharp
Right = 1

Top

Handle on the top edge (drag up to grow, down to shrink).

Returns: DragBarEdge

csharp
Top = 2

Released under the MIT License.