ShapePropertyCollection
ShapePropertyCollection class
This class specifies the visual shape properties for a chart element or shape.
Properties
| Name | Type | Description |
|---|---|---|
| GlowEffect | GlowEffect | Represents a GlowEffect object that specifies glow effect for the chart element or shape. |
| Format3D | Format3D | Represents a Format3D object that specifies 3D shape properties for the chart element or shape. |
| SoftEdgeRadius | float | Gets and sets the radius of blur to apply to the edges, in unit of points. |
| ShadowEffect | ShadowEffect | Represents a ShadowEffect object that specifies shadow effect for the chart element or shape. |
Methods
| Name | Description |
|---|---|
| clearGlowEffect | Clears the glow effect of the shape. |
| hasGlowEffect | Indicates if the shape has glow effect data. |
| hasFormat3D | Indicates if the shape has 3d format data. |
| clearFormat3D | Clears the 3D shape properties of the shape. |
| clearShadowEffect | Clears the shadow effect of the chart element or shape. |
| hasShadowEffect | Indicates if the shape has shadow effect data. |
ShapePropertyCollection.GlowEffect property
Represents a GlowEffect object that specifies glow effect for the chart element or shape.
Type: GlowEffect
ShapePropertyCollection.Format3D property
Represents a Format3D object that specifies 3D shape properties for the chart element or shape.
Type: Format3D
ShapePropertyCollection.SoftEdgeRadius property
Gets and sets the radius of blur to apply to the edges, in unit of points.
Type: float
ShapePropertyCollection.ShadowEffect property
Represents a ShadowEffect object that specifies shadow effect for the chart element or shape.
Type: ShadowEffect
clearGlowEffect()
Clears the glow effect of the shape.
hasGlowEffect()
Indicates if the shape has glow effect data.
hasFormat3D()
Indicates if the shape has 3d format data.
clearFormat3D()
Clears the 3D shape properties of the shape.
clearShadowEffect()
Clears the shadow effect of the chart element or shape.
hasShadowEffect()
Indicates if the shape has shadow effect data.