Skip to main content
All docs
V25.2
  • TextBulletColorType Enum

    Specifies the text bullet color type.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public enum TextBulletColorType

    Members

    Name Description
    Automatic

    Indicates that the text bullet color is determined automatically.

    UseTextSettings

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

    Color

    Indicates that the text bullet color is specified by a custom color.

    See Also