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

Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Свойство Type Description
ExtentSize double
ItemsPerRow int
MaxScrollOffset double
TotalRows int

Méthodes publiques

Méthode Description
ExtentInfo ( int itemsPerRow, int totalRows, double extentSize, double maxScrollOffset ) : System

Method Details

ExtentInfo() public méthode

public ExtentInfo ( int itemsPerRow, int totalRows, double extentSize, double maxScrollOffset ) : System
itemsPerRow int
totalRows int
extentSize double
maxScrollOffset double
Résultat System

Property Details

ExtentSize public_oe property

Height or width, depends on orientation.
public double ExtentSize
Résultat double

ItemsPerRow public_oe property

Per column or line, depends on orientation.
public int ItemsPerRow
Résultat int

MaxScrollOffset public_oe property

Vertical or horizontal offset, depends on orientation.
public double MaxScrollOffset
Résultat double

TotalRows public_oe property

Columns or lines, depends on orientation.
public int TotalRows
Résultat int