Name | Description | |
---|---|---|
AllUsersFolder | Gets or sets the folder where the application can store user settings related to all user. | |
ApplicationFolder | Gets or sets the application folder, which is generally where the application is located. | |
BrushCacheSettings | The settings of the brush cache. Unit of cost measure for brush cache is usually the 32ARGB pixel (4 bytes). | |
CompilerService | Gets or sets the compiler service that the application must use. | |
ContextualHelpMode | Gets or sets the contextual help mode. | |
CurrentCulture | Gets or sets the culture used by the current thread of the application. | |
CurrentUICulture | Gets or sets the culture to load culture-specific resources for. | |
Desktop | Gets the one and only application desktop element. | |
DesktopDocument | Gets the one and only application document, the content of which is the desktop element. | |
DeveloperMode | Gets or sets whether the application operates in developer mode. In developer mode the application displays advanced property editors and additional properties in certain editors as well as other developer specific information. By Default set to false. | |
EnableGPURendering | Gets or sets whether the application uses GPU rendering. | |
EnableMultiThreadedPainting | Enables or disables multi-threaded painting. Multi-threaded painting is by default enabled for most of the integration surfaces, and most of the integration surfaces support this feature. | |
EnablePaintCache | Gets or sets whether the application uses paint cache | |
EnableSystemFonts | Gets or sets whether the application will load the system fonts (from OS dependent font folder). | |
FontService | Gets the application font service. | |
ImageCacheSettings | The settings of the image cache. Unit of cost measure for paint cache is usually the 32ARGB pixel (4 bytes). | |
IntegrationPlatform | Gets the current platform the application is running on. | |
IsUIThread | Determines whether the current thread is the UI thread of the application. | |
NevronAllUsersDataFolder | Gets or sets the folder where the application can store user settings related to all user. | |
OSNameAndVersion | Gets the current operating system name and version. | |
PaintCacheSettings | The settings of the paint cache. Unit of cost measure for paint cache is usually the 32ARGB pixel (4 bytes). | |
PenBrushCacheSettings | The settings of the pen brushes cache. Unit of cost measure for paint cache is usually the 32ARGB pixel (4 bytes). | |
PenCacheSettings | The settings of the pen brushes cache. Unit of measure for pen cache is 1 pen | |
ResourcesFolder | Gets or sets the resources folder of the application. | |
ShowPaintCacheAreas | Indicates whether areas painted from paint cache should be displayed, for windows that support and allow paint cache. By default set to false. Set this property to true to diagnose the actual areas that were painted via paint cache. | |
ShowRepaintAreas | Indicates whether repaint areas should be displayed, for windows that support area repaint. By default set to false. Set this property to true to diagnose the actual areas that a window repaints. | |
TempFolder | Gets or sets the temp folder, in which to create temporary files. | |
UIThread | Gets the UI Thread of the application. | |
UserFolder | Gets or sets the folder where the application can store user settings related to the current user. |