mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
15 lines
310 B
Markdown
15 lines
310 B
Markdown
---
|
|
title: IKeymanPackage::Graphic Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanPackage::Graphic` property returns an `IPicture` reference
|
|
for the install screen graphic included within the package, or `null` if
|
|
no install screen graphic was included.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly IPicture* Graphic
|
|
```
|