Skip to main content
All docs
V25.2
  • 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

    public class ShapeStyle :
        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

    Inheritance

    See Also