IShapeStyle

IShapeStyle interface

Represent shape’s style reference.

public interface IShapeStyle

Properties

NameDescription
EffectColor { get; }Returns a shape’s effect color. Read-only IColorFormat.
EffectStyleIndex { get; set; }Returns or sets shape’s effect column index in a style matrix. Read/write UInt32.
FillColor { get; }Returns a shape’s fill color. Read-only IColorFormat.
FillStyleIndex { get; set; }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.
FontCollectionIndex { get; set; }Returns or sets shape’s font index in a font collection. Read/write FontCollectionIndex.
FontColor { get; }Returns a shape’s font color. Read-only IColorFormat.
LineColor { get; }Returns a shape’s outline color. Read-only IColorFormat.
LineStyleIndex { get; set; }Returns or sets line’s column index in a style matrix. Read/write UInt16.

See Also