Share via


Application Class

Definition

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 ImageDirectory.

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.

Applies to