C# Class Windows.UI.Xaml.Controls.ItemsPresenter

Inheritance: FrameworkElement, IItemsPresenter, IScrollSnapPointsInfo
ファイルを表示 Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
GetIrregularSnapPoints ( [ orientation, [ alignment ) : IVectorView
GetRegularSnapPoints ( [ orientation, [ alignment, float &offset ) : float
ItemsPresenter ( ) : System

Method Details

GetIrregularSnapPoints() public method

public GetIrregularSnapPoints ( [ orientation, [ alignment ) : IVectorView
orientation [
alignment [
return IVectorView

GetRegularSnapPoints() public method

public GetRegularSnapPoints ( [ orientation, [ alignment, float &offset ) : float
orientation [
alignment [
offset float
return float

ItemsPresenter() public method

public ItemsPresenter ( ) : System
return System