Back to Devexpress

ShapeStyle Class

officefileapi-devexpress-dot-docs-dot-presentation-1f0e1075.md

latest1.6 KB
Original Source

ShapeStyle Class

Defines the visual appearance of an individual shape.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public class ShapeStyle :
    PresentationObject
vb
Public Class ShapeStyle
    Inherits PresentationObject

The following members return ShapeStyle objects:

Remarks

The ShapeStyle class allows you to specify colors and fonts for an individual shape. These settings include fill color, outline color, font color, and effect color. You can assign explicit color values or reference theme colors by index.

Implements

ICloneable

Inheritance

Object PresentationObject ShapeStyle

See Also

ShapeStyle Members

DevExpress.Docs.Presentation Namespace