C# Class ComponentFactory.Quicksilver.Layout.MetaWrapPanel

MetaPanel predefined with WrapLayout appropriate settings.
Inheritance: FixedMetaPanelBase
Afficher le fichier Open project: ComponentFactory/Quicksilver

Méthodes publiques

Свойство Type Description
BreakAfterProperty System.Windows.DependencyProperty
ItemHeightProperty DependencyProperty
ItemWidthProperty DependencyProperty
OrientationProperty DependencyProperty

Méthodes publiques

Méthode 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

Méthode Description
MetaWrapPanel ( ) : System
OnWrapChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

GetBreakAfter() public static méthode

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

SetBreakAfter() public static méthode

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.
Résultat void

Property Details

BreakAfterProperty public_oe static_oe property

Identifies the Break dependency property.
public static DependencyProperty,System.Windows BreakAfterProperty
Résultat System.Windows.DependencyProperty

ItemHeightProperty public_oe static_oe property

Identifies the ItemHeight dependency property.
public static DependencyProperty ItemHeightProperty
Résultat DependencyProperty

ItemWidthProperty public_oe static_oe property

Identifies the ItemWidth dependency property.
public static DependencyProperty ItemWidthProperty
Résultat DependencyProperty

OrientationProperty public_oe static_oe property

Identifies the Orientation dependency property.
public static DependencyProperty OrientationProperty
Résultat DependencyProperty