ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Interop Namespace / Thickness Structure / ToString Method

In This Topic
    ToString Method (Thickness)
    In This Topic
    Returns the string representation of the Thickness structure.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As System.String
    public override System.string ToString()

    Return Value

    A string that represents the Thickness value.
    See Also