Gets or sets the format string to use when determining the text.
Namespace: System.Extensions.Windows.FormsAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public string TextFormat { get; set; } |
Visual Basic |
---|
Public Property TextFormat As String Get Set |
Visual C++ |
---|
public: property String^ TextFormat { String^ get (); void set (String^ value); } |
F# |
---|
member TextFormat : string with get, set |