ImageStorage
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.50 (5.0.0.0)
Specifies whether a SAL picture loads a named assembly resource or an external image file.
- C#
- VB.NET
public enum ImageStorage : Enum
Public Enum ImageStorage As [Enum]
Fields
| Name | Description | Value |
|---|---|---|
| External | Load an image from an external file. | |
| Internal | Load an embedded image resource from the calling assembly or designer resource context. |
Used By
| Name | Description |
|---|---|
| SalPicture.ImageStorage | Gets or sets the source of ImageName and reloads the image when the source changes. |