ChartPaddingsParse Method (String) |
Converts the specified string to an instance of ChartPaddings 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 static ChartPaddings Parse(
string value
)
Public Shared Function Parse (
value As String
) As ChartPaddings
public:
static ChartPaddings^ Parse(
String^ value
)
static member Parse :
value : string -> ChartPaddings
Parameters
- value
- Type: SystemString
The string to convert from.
Return Value
Type:
ChartPaddingsInstance of ChartPaddings class from the specified string
See Also