ShapePropertyCollection Class
Contents
[
Hide
]ShapePropertyCollection class
This class specifies the visual shape properties for a chart element or shape.
type ShapePropertyCollection struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetGlowEffect | Represents a |
ClearGlowEffect | Clears the glow effect of the shape. |
HasGlowEffect | Indicates if the shape has glow effect data. |
GetFormat3D | Represents a |
HasFormat3D | Indicates if the shape has 3d format data. |
ClearFormat3D | Clears the 3D shape properties of the shape. |
GetSoftEdgeRadius | Gets and sets the radius of blur to apply to the edges, in unit of points. |
SetSoftEdgeRadius | Gets and sets the radius of blur to apply to the edges, in unit of points. |
GetShadowEffect | Represents a |
ClearShadowEffect | Clears the shadow effect of the chart element or shape. |
HasShadowEffect | Indicates if the shape has shadow effect data. |