TickBorder Constructor (Boolean, Int32, Color) |
Creates the new class instance
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic TickBorder(
bool visible,
int length,
Color color
)
Public Sub New (
visible As Boolean,
length As Integer,
color As Color
)
public:
TickBorder(
bool visible,
int length,
Color color
)
new :
visible : bool *
length : int *
color : Color -> TickBorder
Parameters
- visible
- Type: SystemBoolean
Tick visibility - length
- Type: SystemInt32
Tick length in pixels - color
- Type: System.DrawingColor
Tick line color
See Also