Class ShapePropertyCollection

ShapePropertyCollection class

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

public class ShapePropertyCollection

Properties

NameDescription
Format3D { get; }Represents a Format3D object that specifies 3D shape properties for the chart element or shape.
GlowEffect { get; }Represents a GlowEffect object that specifies glow effect for the chart element or shape.
ShadowEffect { get; }Represents a ShadowEffect object that specifies shadow effect for the chart element or shape.
SoftEdgeRadius { get; set; }Gets and sets the radius of blur to apply to the edges, in unit of points.

Methods

NameDescription
ClearFormat3D()Clears the 3D shape properties of the shape.
ClearGlowEffect()Clears the glow effect of the shape.
ClearShadowEffect()Clears the shadow effect of the chart element or shape.
HasFormat3D()Indicates if the shape has 3d format data.
HasGlowEffect()Indicates if the shape has glow effect data.
HasShadowEffect()Indicates if the shape has shadow effect data.

See Also