Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Padding Structure / ToString Method

In This Topic
    ToString Method (Padding)
    In This Topic
    Returns a string that represents the current System.Windows.Forms.Padding.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    A System.String that represents the current System.Windows.Forms.Padding.
    See Also