Skip to main content
All docs
V25.2
  • ShapeStyle Members

    Defines the visual appearance of an individual shape.

    Constructors

    Name Description
    ShapeStyle() Initializes a new instance of the ShapeStyle class.

    Properties

    Name Description
    EffectColor Gets or sets the color for shape effects.
    EffectThemeIndex Gets or sets the one-based index of an effect style in the theme Effects collection.
    FillColor Gets or sets the fill color for the shape.
    FillThemeIndex Gets or sets the index of the fill color in the theme format scheme’s Fills collection that applies to the shape’s fill.
    FontColor Gets or sets the font color for shape text.
    FontStyle Gets or sets the font scheme style for shape text.
    OutlineColor Gets or sets the outline color for the shape.
    OutlineThemeIndex Gets or sets the one-based index of a line style in the theme LineStyles collection.

    Methods

    Name Description
    Clone() Creates a copy of the current shape style.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also