ShapePropertyCollection Class

ShapePropertyCollection class

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


type ShapePropertyCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetGlowEffectRepresents a object that specifies glow effect for the chart element or shape.
ClearGlowEffectClears the glow effect of the shape.
HasGlowEffectIndicates if the shape has glow effect data.
GetFormat3DRepresents a object that specifies 3D shape properties for the chart element or shape.
HasFormat3DIndicates if the shape has 3d format data.
ClearFormat3DClears the 3D shape properties of the shape.
GetSoftEdgeRadiusGets and sets the radius of blur to apply to the edges, in unit of points.
SetSoftEdgeRadiusGets and sets the radius of blur to apply to the edges, in unit of points.
GetShadowEffectRepresents a object that specifies shadow effect for the chart element or shape.
ClearShadowEffectClears the shadow effect of the chart element or shape.
HasShadowEffectIndicates if the shape has shadow effect data.