StringFormat.GenericDefault Property

Definition

Gets a generic default StringFormat object.

public:
 static property System::Drawing::StringFormat ^ GenericDefault { System::Drawing::StringFormat ^ get(); };
public static System.Drawing.StringFormat GenericDefault { get; }
static member GenericDefault : System.Drawing.StringFormat
Public Shared ReadOnly Property GenericDefault As StringFormat

Property Value

The generic default StringFormat object.

Remarks

The following table shows initial property values for a generic default instance of the StringFormat class.

Property Initial Value
FormatFlags 0
Alignment Near
LineAlignment Near
Trimming Character
HotkeyPrefix None
DigitSubstitutionMethod User
DigitSubstitutionLanguage 0

If you make changes to the StringFormat object returned from the GenericDefault property, these changes persist, and future calls to the GenericDefault property reflects these changes.

Applies to