C# 클래스 BrightnessTray.NativeMethods.MARGINS

파일 보기 프로젝트 열기: navhaxs/BrightnessTray 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cxLeftWidth int
cxRightWidth int
cyBottomHeight int
cyTopHeight int

프로퍼티 상세

cxLeftWidth 공개적으로 프로퍼티

Width of the left border that retains its size.
public int cxLeftWidth
리턴 int

cxRightWidth 공개적으로 프로퍼티

Width of the right border that retains its size.
public int cxRightWidth
리턴 int

cyBottomHeight 공개적으로 프로퍼티

Height of the bottom border that retains its size.
public int cyBottomHeight
리턴 int

cyTopHeight 공개적으로 프로퍼티

Height of the top border that retains its size.
public int cyTopHeight
리턴 int