Application Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides Windows-specific configuration for the application's image directory.
public ref class Application abstract sealed
public static class Application
type Application = class
Public Module Application
- Inheritance
-
Application
Fields
| Name | Description |
|---|---|
| ImageDirectoryProperty |
Bindable property for attached property |
Methods
| Name | Description |
|---|---|
| GetImageDirectory(BindableObject) |
Gets the directory path for application images on Windows. |
| GetImageDirectory(IPlatformElementConfiguration<Windows,Application>) |
Gets the directory path for application images on Windows. |
| SetImageDirectory(BindableObject, String) |
Sets the directory path for application images on Windows. |
| SetImageDirectory(IPlatformElementConfiguration<Windows,Application>, String) |
Sets the directory path for application images on Windows. |