Click or drag to resize

ShapeStyle Class

Represent shape's style reference.
Inheritance Hierarchy
System Object
Spire.Presentation ShapeStyle

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public class ShapeStyle : IActiveSlide, IActivePresentation

The ShapeStyle type exposes the following members.

Properties
Name Description
Public property EffectColor
Gets a shape's effect color. Readonly ColorFormat .
Public property EffectStyleIndex
Gets or sets shape's effect column index in a style matrix.
Public property FillColor
Gets a shape's fill color. Readonly ColorFormat .
Public property FillStyleIndex
Gets 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.
Public property FontCollectionIndex
Gets or sets shape's font index in a font collection. Read/write FontCollectionIndex .
Public property FontColor
Gets a shape's font color. Readonly ColorFormat .
Public property LineColor
Gets a shape's outline color. Readonly ColorFormat .
Public property LineStyleIndex
Gets or sets line's column index in a style matrix.
Public property Presentation
Public property Slide
Gets the parent slide of a shape style. Read-only ActiveSlide .
Top
Methods
Name Description
Public method Equals (Overrides Object Equals(Object) .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also