C# Class BExplorer.Shell.Interop.DefaultThumbnailSize

Defines the read-only properties for default shell thumbnail sizes.
Afficher le fichier Open project: Gainedge/BetterExplorer

Méthodes publiques

Свойство 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

Gets the extra-large size property for a 1024x1024 pixel Shell Thumbnail.
public static System.Windows.Size ExtraLarge
Résultat System.Windows.Size

Large public_oe static_oe property

Gets the large size property for a 256x256 pixel Shell Thumbnail.
public static System.Windows.Size Large
Résultat System.Windows.Size

Maximum public_oe static_oe property

Maximum size for the Shell Thumbnail, 1024x1024 pixels.
public static System.Windows.Size Maximum
Résultat System.Windows.Size

Medium public_oe static_oe property

Gets the medium size property for a 96x96 pixel Shell Thumbnail.
public static System.Windows.Size Medium
Résultat System.Windows.Size

Small public_oe static_oe property

Gets the small size property for a 32x32 pixel Shell Thumbnail.
public static System.Windows.Size Small
Résultat System.Windows.Size