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

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

공개 프로퍼티들

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

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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