Class ToolStripSeparator
Toolstrip separator control.
Implements
System.IComparable
    
  Namespace: FlaxEditor.GUI
Assembly: FlaxEngine.CSharp.dll
Syntax
public class ToolStripSeparator : Control, IComparable, IDrawableConstructors
ToolStripSeparator(Single)
Initializes a new instance of the ToolStripSeparator class.
Declaration
public ToolStripSeparator(float height)Parameters
| System.Single
        height The height. |