C# Class GreaterShare.Glue.MinItemSizeBehavior

Inheritance: Windows.UI.Xaml.DependencyObject, IBehavior
Show file Open project: waynebaby/GreaterShareUWP

Public Properties

Property Type Description
AssociatedObjectProperty Windows.UI.Xaml.DependencyProperty
GridOrientationProperty Windows.UI.Xaml.DependencyProperty
ItemMinHeightProperty Windows.UI.Xaml.DependencyProperty
ItemMinWidthProperty Windows.UI.Xaml.DependencyProperty

Private Properties

Property Type Description
AssociatedItemsWrapGrid_SizeChanged void
ResizeItem void

Public Methods

Method Description
Attach ( DependencyObject associatedObject ) : void
Detach ( ) : void
MinItemSizeBehavior ( ) : Microsoft.Xaml.Interactivity

Private Methods

Method Description
AssociatedItemsWrapGrid_SizeChanged ( object sender, SizeChangedEventArgs e ) : void
ResizeItem ( ) : void

Method Details

Attach() public method

public Attach ( DependencyObject associatedObject ) : void
associatedObject Windows.UI.Xaml.DependencyObject
return void

Detach() public method

public Detach ( ) : void
return void

MinItemSizeBehavior() public method

public MinItemSizeBehavior ( ) : Microsoft.Xaml.Interactivity
return Microsoft.Xaml.Interactivity

Property Details

AssociatedObjectProperty public static property

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

GridOrientationProperty public static property

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

ItemMinHeightProperty public static property

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

ItemMinWidthProperty public static property

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