Adds a new Separator to the collection.
Namespace: DayPilot.Web.Mvc.DataAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
C# |
---|
public int Add( DateTime location, Color color, SeparatorLayer layer, int width, int opacity ) |
Visual Basic |
---|
Public Function Add ( _ location As DateTime, _ color As Color, _ layer As SeparatorLayer, _ width As Integer, _ opacity As Integer _ ) As Integer |
Visual C++ |
---|
public: int Add( DateTime location, Color color, SeparatorLayer layer, int width, int opacity ) |
Parameters
- location
- Type: System..::..DateTime
- color
- Type: System.Drawing..::..Color
- width
- Type: System..::..Int32
- opacity
- Type: System..::..Int32