IShapeStyle Interface

Represent shape's style reference.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IShapeStyle

The IShapeStyle type exposes the following members.

Properties
  NameDescription
Public propertyEffectColor
Returns a shape's effect color. Read-only IColorFormat.
Public propertyEffectStyleIndex
Returns or sets shape's effect column index in a style matrix. Read/write UInt32.
Public propertyFillColor
Returns a shape's fill color. Read-only IColorFormat.
Public propertyFillStyleIndex
Returns or sets shape's fill column index in style matrices. 0 means no fill, positive value - index in theme's fill styles, negative value - index in theme's background styles. Read/write Int16.
Public propertyFontCollectionIndex
Returns or sets shape's font index in a font collection. Read/write FontCollectionIndex.
Public propertyFontColor
Returns a shape's font color. Read-only IColorFormat.
Public propertyLineColor
Returns a shape's outline color. Read-only IColorFormat.
Public propertyLineStyleIndex
Returns or sets line's column index in a style matrix. Read/write UInt16.
See Also