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

Show file 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 property

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

ItemsPerRow public property

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

MaxScrollOffset public property

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

TotalRows public property

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