Back to Devexpress

TextSpacingType Enum

officefileapi-devexpress-dot-docs-dot-presentation-21bd467c.md

latest1.1 KB
Original Source

TextSpacingType Enum

Lists text spacing types.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public enum TextSpacingType
vb
Public Enum TextSpacingType

Members

NameDescription
Automatic

Indicates that the text spacing is determined automatically.

| | Percentage |

Indicates that the text spacing is specified as a percentage.

| | Point |

Indicates that the text spacing is specified in points.

|

The following properties accept/return TextSpacingType values:

See Also

DevExpress.Docs.Presentation Namespace