C# 클래스 FirstFloor.ModernUI.Windows.Controls.VirtualizingTilePanel.ExtentInfo

파일 보기 프로젝트 열기: gro-ove/actools

공개 프로퍼티들

프로퍼티 타입 설명
ExtentSize double
ItemsPerRow int
MaxScrollOffset double
TotalRows int

공개 메소드들

메소드 설명
ExtentInfo ( int itemsPerRow, int totalRows, double extentSize, double maxScrollOffset ) : System

메소드 상세

ExtentInfo() 공개 메소드

public ExtentInfo ( int itemsPerRow, int totalRows, double extentSize, double maxScrollOffset ) : System
itemsPerRow int
totalRows int
extentSize double
maxScrollOffset double
리턴 System

프로퍼티 상세

ExtentSize 공개적으로 프로퍼티

Height or width, depends on orientation.
public double ExtentSize
리턴 double

ItemsPerRow 공개적으로 프로퍼티

Per column or line, depends on orientation.
public int ItemsPerRow
리턴 int

MaxScrollOffset 공개적으로 프로퍼티

Vertical or horizontal offset, depends on orientation.
public double MaxScrollOffset
리턴 double

TotalRows 공개적으로 프로퍼티

Columns or lines, depends on orientation.
public int TotalRows
리턴 int