Share via


Insets.ToParsableString Method

Definition

Converts the insets values to a string representation that can be parsed.

public:
 System::String ^ ToParsableString();
public string ToParsableString();
member this.ToParsableString : unit -> string
Public Function ToParsableString () As String

Returns

A string with comma-separated inset values in the order: top, left, bottom, right.

Applies to