C# 클래스 ComponentFactory.Krypton.Navigator.ViewLayoutBar.LineDetails

파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 프로퍼티들

프로퍼티 타입 설명
CrossLength int
InlineLength int
ItemCount int
StartIndex int

공개 메소드들

메소드 설명
LineDetails ( int inlineLength, int crossLength, int startIndex, int itemCount ) : System

메소드 상세

LineDetails() 공개 메소드

public LineDetails ( int inlineLength, int crossLength, int startIndex, int itemCount ) : System
inlineLength int
crossLength int
startIndex int
itemCount int
리턴 System

프로퍼티 상세

CrossLength 공개적으로 프로퍼티

public int CrossLength
리턴 int

InlineLength 공개적으로 프로퍼티

public int InlineLength
리턴 int

ItemCount 공개적으로 프로퍼티

public int ItemCount
리턴 int

StartIndex 공개적으로 프로퍼티

public int StartIndex
리턴 int