StyleBase Constructor (Border, Boolean, Shadow) |
Creates new instance of Style class.
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic StyleBase(
Border border,
bool visible,
Shadow shadowStyle
)
Public Sub New (
border As Border,
visible As Boolean,
shadowStyle As Shadow
)
public:
StyleBase(
Border^ border,
bool visible,
Shadow^ shadowStyle
)
new :
border : Border *
visible : bool *
shadowStyle : Shadow -> StyleBase
Parameters
- border
- Type: Kettic.AspNet.Controls.ChartModel.StylesBorder
Style border - visible
- Type: SystemBoolean
Visibility - shadowStyle
- Type: Kettic.AspNet.Controls.ChartModel.StylesShadow
Shadow style
See Also