# `GSShape.hidden`

*Instance Property*

Whether the shape is excluded from drawing and generated outlines.

## Declaration

```swift
var isHidden: Bool { get set }
```

```objc
@property (nonatomic, getter=isHidden) BOOL hidden;
```

```python
isHidden() -> bool
setHidden_(hidden: bool)
```

## See Also

### Compositing

- [`GSShape.opacity`](/Core/GlyphsCore/GSShape/opacity) — The alpha applied to the complete rendered shape.
- [`GSShape.compositingOperation`](/Core/GlyphsCore/GSShape/compositingOperation) — How the rendered shape is combined with the content behind it.
- [`GSShape.outerShadow`](/Core/GlyphsCore/GSShape/outerShadow) — The shadow cast by the shape.
- [`GSShape.innerShadow`](/Core/GlyphsCore/GSShape/innerShadow) — The shadow drawn inside the shape.

