Property TextFormat
TextFormat
Gets or sets text format.
public virtual string? TextFormat { get; set; }
Property Value
Remarks
This property is used to format text with Format(string, object) before it is displayed. Sample of the format: Hello, {0}.