TextOptions.GetDXStringFormat(TextOptions) Method
In This Article
Returns an object that contains text alignment information and OpenType features.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public DXStringFormat GetDXStringFormat(
TextOptions defaultOptions
)
#Parameters
Name | Type | Description |
---|---|---|
default |
Text |
An object with text options. |
#Returns
Type | Description |
---|---|
DXString |
An object that contains text layout information, display manipulations, and Open |
See Also