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

Inheritance: Panel, IStackPanel, IScrollSnapPointsInfo
Mostrar archivo Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
GetIrregularSnapPoints ( [ orientation, [ alignment ) : IVectorView
GetRegularSnapPoints ( [ orientation, [ alignment, float &offset ) : float
StackPanel ( ) : 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

StackPanel() public method

public StackPanel ( ) : System
return System