ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / Thickness Structure / ToString Method

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

    Return Value

    A String that represents the current Thickness.
    See Also