Свойство | Type | Description | |
---|---|---|---|
ActualLengthProperty | DependencyProperty | ||
ActualMinimumDistanceBetweenChildrenProperty | DependencyProperty | ||
CenterCoordinateProperty | DependencyProperty | ||
IsInvertedProperty | DependencyProperty | ||
IsReversedProperty | DependencyProperty | ||
MinimumDistanceBetweenChildrenProperty | DependencyProperty | ||
OffsetPaddingProperty | DependencyProperty | ||
OrientationProperty | DependencyProperty | ||
PriorityProperty | DependencyProperty |
Свойство | Type | Description | |
---|---|---|---|
GetCenterCoordinate | double | ||
GetCorrectedDesiredSize | Size | ||
GetMinimumDistanceBetweenItems | double | ||
GetPriority | int | ||
GetRanges | IEnumerable |
||
MeasureOverride | Size | ||
OnIsInvertedPropertyChanged | void | ||
OnIsReversedPropertyChanged | void | ||
OnMinimumDistanceBetweenChildrenPropertyChanged | void | ||
OnOffsetPaddingPropertyChanged | void | ||
OnOrientationPropertyChanged | void | ||
SetCenterCoordinate | void | ||
SetPriority | void | ||
UpdateActualLength | void |
Méthode | Description | |
---|---|---|
OnCenterCoordinatePropertyChanged ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs eventArgs ) : void |
CenterCoordinateProperty property changed handler.
|
|
OnPriorityPropertyChanged ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs eventArgs ) : void |
PriorityProperty property changed handler.
|
|
OrientedPanel ( ) : System |
Instantiates a new instance of the OrientedPanel class.
|
Méthode | Description | |
---|---|---|
ArrangeOverride ( Size finalSize ) : Size |
Arranges items according to position and priority.
|
|
OnIsInvertedPropertyChanged ( bool oldValue, bool newValue ) : void |
IsInvertedProperty property changed handler.
|
|
OnIsReversedPropertyChanged ( bool oldValue, bool newValue ) : void |
IsReversedProperty property changed handler.
|
|
OnMinimumDistanceBetweenChildrenPropertyChanged ( double oldValue, double newValue ) : void |
MinimumDistanceBetweenChildrenProperty property changed handler.
|
|
OnOffsetPaddingPropertyChanged ( double oldValue, double newValue ) : void |
OffsetPaddingProperty property changed handler.
|
|
OnOrientationPropertyChanged ( Orientation newValue ) : void |
OrientationProperty property changed handler.
|
Méthode | Description | |
---|---|---|
GetCenterCoordinate ( UIElement element ) : double | ||
GetCorrectedDesiredSize ( UIElement element ) : Size |
Gets the "corrected" DesiredSize (for Line instances); one that is more consistent with how the elements actually render.
|
|
GetMinimumDistanceBetweenItems ( IList |
Gets the minimum distance between the given elements.
|
|
GetPriority ( UIElement element ) : int | ||
GetRanges ( IEnumerable |
Returns a sequence of ranges for a given sequence of children and a length selector.
|
|
MeasureOverride ( Size availableSize ) : Size | ||
OnIsInvertedPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void |
IsInvertedProperty property changed handler.
|
|
OnIsReversedPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void |
IsReversedProperty property changed handler.
|
|
OnMinimumDistanceBetweenChildrenPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void |
MinimumDistanceBetweenChildrenProperty property changed handler.
|
|
OnOffsetPaddingPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void |
OffsetPaddingProperty property changed handler.
|
|
OnOrientationPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void |
OrientationProperty property changed handler.
|
|
SetCenterCoordinate ( UIElement element, double value ) : void | ||
SetPriority ( UIElement element, int value ) : void | ||
UpdateActualLength ( ) : void |
Updates the actual length property.
|
protected ArrangeOverride ( Size finalSize ) : Size | ||
finalSize | Size | The final size of the panel. |
Résultat | Size |
public static OnCenterCoordinatePropertyChanged ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs eventArgs ) : void | ||
dependencyObject | DependencyObject | UIElement that changed its CenterCoordinate. |
eventArgs | DependencyPropertyChangedEventArgs | Event arguments. |
Résultat | void |
protected OnIsInvertedPropertyChanged ( bool oldValue, bool newValue ) : void | ||
oldValue | bool | Old value. |
newValue | bool | New value. |
Résultat | void |
protected OnIsReversedPropertyChanged ( bool oldValue, bool newValue ) : void | ||
oldValue | bool | Old value. |
newValue | bool | New value. |
Résultat | void |
protected OnMinimumDistanceBetweenChildrenPropertyChanged ( double oldValue, double newValue ) : void | ||
oldValue | double | Old value. |
newValue | double | New value. |
Résultat | void |
protected OnOffsetPaddingPropertyChanged ( double oldValue, double newValue ) : void | ||
oldValue | double | Old value. |
newValue | double | New value. |
Résultat | void |
protected OnOrientationPropertyChanged ( Orientation newValue ) : void | ||
newValue | Orientation | New value. |
Résultat | void |
public static OnPriorityPropertyChanged ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs eventArgs ) : void | ||
dependencyObject | DependencyObject | UIElement that changed its Priority. |
eventArgs | DependencyPropertyChangedEventArgs | Event arguments. |
Résultat | void |
public static DependencyProperty ActualLengthProperty | ||
Résultat | DependencyProperty |
public static DependencyProperty ActualMinimumDistanceBetweenChildrenProperty | ||
Résultat | DependencyProperty |
public static DependencyProperty CenterCoordinateProperty | ||
Résultat | DependencyProperty |
public static DependencyProperty IsInvertedProperty | ||
Résultat | DependencyProperty |
public static DependencyProperty IsReversedProperty | ||
Résultat | DependencyProperty |
public static DependencyProperty MinimumDistanceBetweenChildrenProperty | ||
Résultat | DependencyProperty |
public static DependencyProperty OffsetPaddingProperty | ||
Résultat | DependencyProperty |
public static DependencyProperty OrientationProperty | ||
Résultat | DependencyProperty |