# Object styles

**Object** styles control the appearance of shape elements.

| Property Name    | Data Type | Purpose                                                                                                        |
| ---------------- | --------- | -------------------------------------------------------------------------------------------------------------- |
| **fill**         | Boolean   | A flag indicating whether the given shape should be filled.                                                    |
| **fill-color**   | Selection | Defines alternative **fill-colors**. If undefined, the foreground color is used.                               |
| **draw-outline** | Boolean   | Defines whether the **shape-outline** should be drawn in the foreground color.                                 |
| **stroke**       | Selection | Defines the stroke (pen type and width) that should be used to render a shape.                                 |
| **anti-alias**   | Boolean   | Defines whether drawable content should be rendered with **anti-aliasing** enabled.                            |
| **aspect-ratio** | Boolean   | A flag indicating whether the scaling should preserve the aspect ratio.                                        |
| **scale**        | Boolean   | A flag indicating whether the content printed in the element should be scaled to fit the element's boundaries. |


---

# Agent Instructions: 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.pentaho.com/pba-report-designer/10.2-report-designer/style-properties-reference/object-styles.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.
