> For the complete documentation index, see [llms.txt](https://docs.flatredball.com/gum/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flatredball.com/gum/gum-tool/gum-elements/shape-properties.md).

# Shape Properties

## Introduction

Shape properties are shared by the standard elements that draw vector shapes. Unlike [General Properties](/gum/gum-tool/gum-elements/general-properties.md), which every Standard Element and Component shares, shape properties only appear on shape elements such as Circle and Rectangle.

These properties control how a shape is filled, whether it draws a gradient, and whether it casts a dropshadow:

* [Has Dropshadow](/gum/gum-tool/gum-elements/shape-properties/has-dropshadow.md)
* [Is Filled](/gum/gum-tool/gum-elements/shape-properties/is-filled.md)
* [Use Gradient](/gum/gum-tool/gum-elements/shape-properties/use-gradient.md)

The following element types expose these properties:

* **Circle** and **Rectangle** - the core (non-Skia) shape standard elements.
* **ColoredCircle**, **RoundedRectangle**, and **Arc** - Skia standard elements.
* **Line** supports Has Dropshadow and Use Gradient, but not Is Filled (a line draws as a stroke and has no fill).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flatredball.com/gum/gum-tool/gum-elements/shape-properties.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
