InputPanel for WinForms | ComponentOne
C1.Win.5 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 String
    public override string ToString()

    Return Value

    A string that represents the Thickness value.
    See Also