Table of Contents

Property TextFormat

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

TextFormat

Gets or sets text format.

public virtual string? TextFormat { get; set; }

Property Value

string

Remarks

This property is used to format text with Format(string, object) before it is displayed. Sample of the format: Hello, {0}.