Skip to main content
All docs
V26.1
  • TextBulletSize(TextBulletSizeType, Single) Constructor

    Initializes a new instance of the TextBulletSize class with specified settings.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public TextBulletSize(
        TextBulletSizeType type,
        float value
    )

    Parameters

    Name Type
    type TextBulletSizeType
    value Single
    See Also