Class Bullet
Inheritance
System.Object
Bullet
Assembly: IronPPT.dll
Syntax
public class Bullet : Object, IBullet
Constructors
Bullet()
Declaration
Properties
BulletColor
Declaration
public IColor BulletColor { get; set; }
Property Value
Characters
Declaration
public string Characters { get; set; }
Property Value
Type |
Description |
System.String |
|
FollowsDefaultTextColor
Declaration
public Nullable<bool> FollowsDefaultTextColor { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
FollowsDefaultTextFont
Declaration
public Nullable<bool> FollowsDefaultTextFont { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
FollowsDefaultTextSize
Declaration
public Nullable<bool> FollowsDefaultTextSize { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Font
Declaration
public IFont Font { get; set; }
Property Value
Picture
Declaration
public IImage Picture { get; set; }
Property Value
Implements