Class PictureBulletValue

PictureBulletValue class

Represents the value of the image bullet.

public class PictureBulletValue : BulletValue

Constructors

NameDescription
PictureBulletValue()The default constructor.

Properties

NameDescription
ImageData { get; set; }Gets and sets image data of the bullet.
override Type { get; }Gets the type of the bullet’s value.

See Also