C# Class ComponentFactory.Quicksilver.Layout.MetaWrapPanel

MetaPanel predefined with WrapLayout appropriate settings.
Inheritance: FixedMetaPanelBase
Mostra file Open project: ComponentFactory/Quicksilver

Public Properties

Property Type Description
BreakAfterProperty System.Windows.DependencyProperty
ItemHeightProperty DependencyProperty
ItemWidthProperty DependencyProperty
OrientationProperty DependencyProperty

Public Methods

Method Description
GetBreakAfter ( UIElement element ) : bool

Gets the BreakAfter attached property of the provided element.

SetBreakAfter ( UIElement element, bool value ) : void

Sets the BreakAfter attached property of the provided element.

Private Methods

Method Description
MetaWrapPanel ( ) : System
OnWrapChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

GetBreakAfter() public static method

Gets the BreakAfter attached property of the provided element.
public static GetBreakAfter ( UIElement element ) : bool
element UIElement Target element.
return bool

SetBreakAfter() public static method

Sets the BreakAfter attached property of the provided element.
public static SetBreakAfter ( UIElement element, bool value ) : void
element UIElement Target element.
value bool BreakAfter value.
return void

Property Details

BreakAfterProperty public_oe static_oe property

Identifies the Break dependency property.
public static DependencyProperty,System.Windows BreakAfterProperty
return System.Windows.DependencyProperty

ItemHeightProperty public_oe static_oe property

Identifies the ItemHeight dependency property.
public static DependencyProperty ItemHeightProperty
return DependencyProperty

ItemWidthProperty public_oe static_oe property

Identifies the ItemWidth dependency property.
public static DependencyProperty ItemWidthProperty
return DependencyProperty

OrientationProperty public_oe static_oe property

Identifies the Orientation dependency property.
public static DependencyProperty OrientationProperty
return DependencyProperty