Back to Devexpress

TextBulletSizeType Enum

officefileapi-devexpress-dot-docs-dot-presentation-74e838f0.md

latest1.1 KB
Original Source

TextBulletSizeType Enum

Lists the text bullet size types.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public enum TextBulletSizeType
vb
Public Enum TextBulletSizeType

Members

NameDescription
Automatic

Indicates that the text bullet size is determined automatically.

| | UseTextSettings |

Indicates that the text bullet size is the same as the text size.

| | Percentage |

Indicates that the text bullet size is specified as a percentage of the text size.

| | Point |

Indicates that the text bullet size is specified in points.

|

See Also

DevExpress.Docs.Presentation Namespace