Property | Type | Description | |
---|---|---|---|
BreakAfterProperty | |||
ItemHeightProperty | DependencyProperty | ||
ItemWidthProperty | DependencyProperty | ||
OrientationProperty | DependencyProperty |
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.
|
Method | Description | |
---|---|---|
MetaWrapPanel ( ) : System | ||
OnWrapChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void |
public static GetBreakAfter ( UIElement element ) : bool | ||
element | UIElement | Target element. |
return | bool |
public static SetBreakAfter ( UIElement element, bool value ) : void | ||
element | UIElement | Target element. |
value | bool | BreakAfter value. |
return | void |
public static DependencyProperty,System.Windows BreakAfterProperty | ||
return |
public static DependencyProperty ItemHeightProperty | ||
return | DependencyProperty |
public static DependencyProperty ItemWidthProperty | ||
return | DependencyProperty |