# `UnicodeScalarProperties.isXIDContinue`

*Instance Property*

## Declaration

```swift
@objc var isXIDContinue: Bool { get }
```

```objc
@property (nonatomic, readonly) BOOL isXIDContinue;
```

```python
isXIDContinue() -> bool
```

