InnerShadow — Aspose.Slides FOSS C++ API Reference

InnerShadow — Represents an inner shadow effect applied to a shape.

Package: Aspose::Slides


Properties

PropertyTypeAccessDescription
SimpleColorFormatSimpleColorFormatRead
IImageTransformOperationIImageTransformOperationRead

Methods

MethodReturnsDescription
SimpleColorFormat()SimpleColorFormat
SimpleColorFormat()SimpleColorFormat
IImageTransformOperation()IImageTransformOperation
init_internal()voidInitialize from an XML element (e.
save()voidPersist changes via the save callback provided at init time.
blur_radius()doubleReturns the blur radius in points.
set_blur_radius()voidSets the blur radius in points.
direction()doubleReturns the shadow direction in degrees.
set_direction()voidSets the shadow direction in degrees.
distance()doubleReturns the shadow distance in points.
set_distance()voidSets the shadow distance in points.

See Also