mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
16 lines
388 B
Markdown
16 lines
388 B
Markdown
---
|
|
title: IKeymanPackage::GraphicFile Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanPackage::GraphicFile` property returns an
|
|
[`IKeymanPackageContentFile`](../IKeymanPackageContentFile) reference
|
|
for the install screen graphic included within the package, or `null` if
|
|
no install screen graphic was included.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly IKeymanPackageContentFile* GraphicFile
|
|
```
|