BulletFormatIsBulletHardColor Property

Determines whether the bullet has own color or inherits it from the first portion in the paragraph. NullableBool.True if bullet has own color and NullableBool.False if bullet inherits color from the first portion in the paragraph. Read/write NullableBool.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public NullableBool IsBulletHardColor { get; set; }

Property Value

Type: NullableBool

Implements

IBulletFormatIsBulletHardColor
See Also