Enum DragProviderStyle
Specifies the style of dragging.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum DragProviderStyle
Remarks
The DragProviderStyle enumeration is used by the DockingManager to enable the style of dragging the docking windows. VS2005 style is set for Visual Studio 2005 by default. Standard style will set for VS 2002 and VS 2003 .NET Framework.
Fields
Name | Description |
---|---|
Office2016Black | Enables Office2016Black style for the drag provider. |
Office2016Colorful | Enables Office2016Colorful style for the drag provider. |
Office2016DarkGray | Enables Office2016Dark style for the drag provider. |
Standard | Enables the normal style of helper frame for docking windows. |
VS2005 | Enables the Visual Studio 2005 style of docking. |
VS2008 | Enables visual studio 2008 style for the drag provider. |
VS2010 | Enables visual studio 2010 style for the drag provider. |
VS2012 | Enables visual studio 2012 style for the drag provider. |
Whidbey | Enables the Visual Studio 2005 Beta 2 style of docking. |