# `GlyphsPalette.maxHeight`

*Instance Property*

the maximal height of the view.

## Declaration

```swift
var maxHeight: Int { get }
```

```objc
@property (nonatomic, readonly) NSInteger maxHeight;
```

```python
maxHeight() -> int
```

