Search
DockControl.StringFormat Property
See Also
 





Gets or sets the string format of the texts in the control.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public StringFormat StringFormat { get; set; }

Visual Basic  Copy Code

Public Property StringFormat As StringFormat

 Property Value

An instance of the .NET StringFormat class.

 See Also