BulletFormatHeight Property |
Returns or sets the bullet height of a paragraph with no inheritance.
Value float.NaN determines that bullet inherits height from the first portion in the paragraph.
Read/write
Single.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic float Height { get; set; }
Public Property Height As Single
Get
Set
public:
virtual property float Height {
float get () sealed;
void set (float value) sealed;
}
abstract Height : float32 with get, set
override Height : float32 with get, set
Property Value
Type:
SingleImplements
IBulletFormatHeight
See Also