Defines where the FrameResizer in the Resizer is placed.
Namespace: DW.WPFToolkit.Controls
Assembly: DW.WPFToolkit (in DW.WPFToolkit.dll) Version: 5.6.0.0
Syntax
C#
public enum FrameResizerPositions
Members
Member name | Value | Description | |
---|---|---|---|
Left | 0 | The FrameResizer is placed on the left side. | |
Top | 1 | The FrameResizer is placed on the top. | |
Right | 2 | The FrameResizer is placed on the right side. | |
Bottom | 3 | The FrameResizer is placed on the bottom. |
See Also