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

Show file Open project: gro-ove/actools

Public Properties

Property Type Description
FirstRealizedItemIndex int
FirstRealizedItemLeft double
FirstRealizedItemTop double
LastRealizedItemIndex int

Public Methods

Method Description
ItemLayoutInfo ( int firstRealizedItemIndex, double firstRealizedItemTop, double firstRealizedItemLeft, int lastRealizedItemIndex ) : System

Method Details

ItemLayoutInfo() public method

public ItemLayoutInfo ( int firstRealizedItemIndex, double firstRealizedItemTop, double firstRealizedItemLeft, int lastRealizedItemIndex ) : System
firstRealizedItemIndex int
firstRealizedItemTop double
firstRealizedItemLeft double
lastRealizedItemIndex int
return System

Property Details

FirstRealizedItemIndex public property

public int FirstRealizedItemIndex
return int

FirstRealizedItemLeft public property

public double FirstRealizedItemLeft
return double

FirstRealizedItemTop public property

public double FirstRealizedItemTop
return double

LastRealizedItemIndex public property

public int LastRealizedItemIndex
return int