AppearanceObject.GetStringFormat(TextOptions) Method
In This Article
Gets the formatting attributes specified by the AppearanceObject.TextOptions object passed as the parameter.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public StringFormat GetStringFormat(
TextOptions defaultOptions
)
#Parameters
Name | Type | Description |
---|---|---|
default |
Text |
A Text |
#Returns
Type | Description |
---|---|
String |
A String |
See Also