C# Class FirstFloor.ModernUI.Windows.Controls.VirtualizingTilePanel.ExtentInfo

ファイルを表示 Open project: gro-ove/actools

Public Properties

Property Type Description
ExtentSize double
ItemsPerRow int
MaxScrollOffset double
TotalRows int

Public Methods

Method Description
ExtentInfo ( int itemsPerRow, int totalRows, double extentSize, double maxScrollOffset ) : System

Method Details

ExtentInfo() public method

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

Property Details

ExtentSize public_oe property

Height or width, depends on orientation.
public double ExtentSize
return double

ItemsPerRow public_oe property

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

MaxScrollOffset public_oe property

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

TotalRows public_oe property

Columns or lines, depends on orientation.
public int TotalRows
return int