spiegel-keyman/windows/docs/engine/api/IKeymanPackage/Graphic.md
2024-10-31 10:17:54 +07:00

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
```