C# Class BExplorer.Shell.Interop.DefaultIconSize

Defines the read-only properties for default shell icon sizes.
Datei anzeigen Open project: Gainedge/BetterExplorer

Public Properties

Property Type Description
ExtraLarge System.Windows.Size
Large System.Windows.Size
Maximum System.Windows.Size
Medium System.Windows.Size
Small System.Windows.Size

Property Details

ExtraLarge public_oe static_oe property

The extra-large size property for a 256x256 pixel Shell Icon.
public static System.Windows.Size ExtraLarge
return System.Windows.Size

Large public_oe static_oe property

The large size property for a 48x48 pixel Shell Icon.
public static System.Windows.Size Large
return System.Windows.Size

Maximum public_oe static_oe property

The maximum size for a Shell Icon, 256x256 pixels.
public static System.Windows.Size Maximum
return System.Windows.Size

Medium public_oe static_oe property

The medium size property for a 32x32 pixel Shell Icon.
public static System.Windows.Size Medium
return System.Windows.Size

Small public_oe static_oe property

The small size property for a 16x16 pixel Shell Icon.
public static System.Windows.Size Small
return System.Windows.Size