ChartPaddings Conversion (String to ChartPaddings) |
Implicitly creates an instance of ChartPaddings class from the specified string.
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic static implicit operator ChartPaddings (
string value
)
Public Shared Widening Operator CType (
value As String
) As ChartPaddings
static implicit operator ChartPaddings^ (
String^ value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemString
The string to parse
Return Value
Type:
ChartPaddingsInstance of ChartPaddings class from the specified string
See Also