DragBarEdge
Namespace: Hex1b.Widgets
Assembly: Hex1b.dll
Specifies which edge of a DragBarPanel the resize handle appears on.
csharp
public enum DragBarEdgeFields
Bottom
Handle on the bottom edge (drag down to grow, up to shrink).
Returns: DragBarEdge
csharp
Bottom = 3Left
Handle on the left edge (drag left to grow, right to shrink).
Returns: DragBarEdge
csharp
Left = 0Right
Handle on the right edge (drag right to grow, left to shrink).
Returns: DragBarEdge
csharp
Right = 1Top
Handle on the top edge (drag up to grow, down to shrink).
Returns: DragBarEdge
csharp
Top = 2