C# Class Microsoft.Phone.Controls.WrapPanel

Inheritance: Windows.UI.Xaml.Controls.Panel
Show file Open project: tgckpg/wenku10 Class Usage Examples

Public Properties

Property Type Description
ItemHeightProperty Windows.UI.Xaml.DependencyProperty
ItemWidthProperty Windows.UI.Xaml.DependencyProperty
OrientationProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
WrapPanel ( ) : System

Protected Methods

Method Description
ArrangeOverride ( Size finalSize ) : Size

Private Methods

Method Description
ArrangeLine ( int lineStart, int lineEnd, double directDelta, double indirectOffset, double indirectGrowth ) : void
MeasureOverride ( Size constraint ) : Size
OnItemHeightOrWidthPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnOrientationPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

ArrangeOverride() protected method

protected ArrangeOverride ( Size finalSize ) : Size
finalSize Windows.Foundation.Size
return Windows.Foundation.Size

WrapPanel() public method

public WrapPanel ( ) : System
return System

Property Details

ItemHeightProperty public static property

public static DependencyProperty,Windows.UI.Xaml ItemHeightProperty
return Windows.UI.Xaml.DependencyProperty

ItemWidthProperty public static property

public static DependencyProperty,Windows.UI.Xaml ItemWidthProperty
return Windows.UI.Xaml.DependencyProperty

OrientationProperty public static property

public static DependencyProperty,Windows.UI.Xaml OrientationProperty
return Windows.UI.Xaml.DependencyProperty