ShapeEffectFormat Property |
Returns the EffectFormat object which contains pixel effects applied to a shape.
Note: can return null for certain types of shapes which don't have effect properties.
Read-only
IEffectFormat.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic virtual IEffectFormat EffectFormat { get; }
Public Overridable ReadOnly Property EffectFormat As IEffectFormat
Get
public:
virtual property IEffectFormat^ EffectFormat {
IEffectFormat^ get ();
}
abstract EffectFormat : IEffectFormat with get
override EffectFormat : IEffectFormat with get
Property Value
Type:
IEffectFormatImplements
IShapeEffectFormat
See Also