Gets or sets the format string for the displayed value.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property FormatString As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As OverlayTag
Dim value As String
instance.FormatString = value
value = instance.FormatString
|
| C# | |
|---|
public string FormatString {get; set;} |
Return Value
The format
String for the displayed value.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also