Class Shape
Inherited Members
Namespace: IronPPT.Models
Assembly: IronPPT.dll
Syntax
public class Shape : BaseGraphicContainer, ICloneableElement, IParentElement, IShape, IGraphic, IContentElement
Constructors
Shape()
Declaration
public Shape()
Properties
FillColor
Declaration
public IColor FillColor { get; set; }
Property Value
Type | Description |
---|---|
IColor |
Id
Declaration
public uint Id { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OutlineColor
Declaration
public IColor OutlineColor { get; set; }
Property Value
Type | Description |
---|---|
IColor |
Type
Declaration
public Nullable<ShapeType> Type { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ShapeType> |
Methods
Clone()
Declaration
public override IContentElement Clone()
Returns
Type | Description |
---|---|
IContentElement |