Class ShapePropertyCollection

Class ShapePropertyCollection

Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)

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

public class ShapePropertyCollection

Inheritance

objectShapePropertyCollection

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Format3D

Represents a Aspose.Cells.Drawing.ShapePropertyCollection.Format3D object that specifies 3D shape properties for the chart element or shape.

public Format3D Format3D { get; }

Property Value

Format3D

GlowEffect

Represents a Aspose.Cells.Drawing.ShapePropertyCollection.GlowEffect object that specifies glow effect for the chart element or shape.

public GlowEffect GlowEffect { get; }

Property Value

GlowEffect

ShadowEffect

Represents a Aspose.Cells.Drawing.ShapePropertyCollection.ShadowEffect object that specifies shadow effect for the chart element or shape.

public ShadowEffect ShadowEffect { get; }

Property Value

ShadowEffect

SoftEdgeRadius

Gets and sets the radius of blur to apply to the edges, in unit of points.

public double SoftEdgeRadius { get; set; }

Property Value

double

Methods

ClearFormat3D()

Clears the 3D shape properties of the shape.

public void ClearFormat3D()

ClearGlowEffect()

Clears the glow effect of the shape.

public void ClearGlowEffect()

ClearShadowEffect()

Clears the shadow effect of the chart element or shape.

public void ClearShadowEffect()

HasFormat3D()

Indicates if the shape has 3d format data.

public bool HasFormat3D()

Returns

bool

HasGlowEffect()

Indicates if the shape has glow effect data.

public bool HasGlowEffect()

Returns

bool

HasShadowEffect()

Indicates if the shape has shadow effect data.

public bool HasShadowEffect()

Returns

bool