Gets or sets the string format of the texts in the control.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public StringFormat StringFormat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property StringFormat As StringFormat |
An instance of the .NET StringFormat class.
See Also