# `GlyphsPalette.currentHeight`

*Instance Property*

The current height of the palette

## Declaration

```swift
optional var currentHeight: UInt { get set }
```

```objc
@property (nonatomic, assign) NSUInteger currentHeight;
```

```python
currentHeight() -> int
setCurrentHeight_(currentHeight: int)
```

## Discussion

Implement this when your palette is resize-able

