TextMarginsToString Method
Returns a String that represents the current object.
Namespace: DevCase.UI.ComponentsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public override string ToString()
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Overrides Function ToString As String
Dim instance As TextMargins
Dim returnValue As String
returnValue = instance.ToString()
public:
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
virtual String^ ToString() override
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
abstract ToString : unit -> string
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
override ToString : unit -> string
No code example is currently available or this language may not be supported.
Return Value
String
A string that represents the current object.