C# 클래스 BExplorer.Shell.Interop.DefaultThumbnailSize

Defines the read-only properties for default shell thumbnail sizes.
파일 보기 프로젝트 열기: Gainedge/BetterExplorer

공개 프로퍼티들

프로퍼티 타입 설명
ExtraLarge System.Windows.Size
Large System.Windows.Size
Maximum System.Windows.Size
Medium System.Windows.Size
Small System.Windows.Size

프로퍼티 상세

ExtraLarge 공개적으로 정적으로 프로퍼티

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

Large 공개적으로 정적으로 프로퍼티

Gets the large size property for a 256x256 pixel Shell Thumbnail.
public static System.Windows.Size Large
리턴 System.Windows.Size

Maximum 공개적으로 정적으로 프로퍼티

Maximum size for the Shell Thumbnail, 1024x1024 pixels.
public static System.Windows.Size Maximum
리턴 System.Windows.Size

Medium 공개적으로 정적으로 프로퍼티

Gets the medium size property for a 96x96 pixel Shell Thumbnail.
public static System.Windows.Size Medium
리턴 System.Windows.Size

Small 공개적으로 정적으로 프로퍼티

Gets the small size property for a 32x32 pixel Shell Thumbnail.
public static System.Windows.Size Small
리턴 System.Windows.Size