Click or drag to resize

WpfStyles Properties

The WpfStyles type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberApplicationIconId
Gets or sets the alternate application icon identifier, i.e. the native resource id under which the application icon can be loaded.
Public propertyStatic memberApplicationTitle
Gets the applications title from the AssemblyTitleAttribute.
Public propertyStatic memberLargeApplicationIcon
Gets the large application icon (48x48) from the running executable.
Public propertyStatic memberMediumApplicationIcon
Gets the medium application icon (32x32) from the running executable.
Public propertyStatic memberSmallApplicationIcon
Gets the small application icon (16x16) from the running executable.
Top
See Also