ShapePropertyCollection

ShapePropertyCollection class

This class specifies the visual shape properties for a chart element or shape.

Properties

NameTypeDescription
GlowEffectGlowEffectRepresents a GlowEffect object that specifies glow effect for the chart element or shape.
Format3DFormat3DRepresents a Format3D object that specifies 3D shape properties for the chart element or shape.
SoftEdgeRadiusfloatGets and sets the radius of blur to apply to the edges, in unit of points.
ShadowEffectShadowEffectRepresents a ShadowEffect object that specifies shadow effect for the chart element or shape.

Methods

NameDescription
clearGlowEffectClears the glow effect of the shape.
hasGlowEffectIndicates if the shape has glow effect data.
hasFormat3DIndicates if the shape has 3d format data.
clearFormat3DClears the 3D shape properties of the shape.
clearShadowEffectClears the shadow effect of the chart element or shape.
hasShadowEffectIndicates 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.