Show / Hide Table of Contents

Class Position

Provides the position of a item amongst it's siblings

Inheritance
object
Position
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public static class Position
Remarks

Initially set the property to Unknown to trigger the correct coercion of the value.

Fields

View Source

PositionProperty

Identifies the DependencyProperty for SetPosition(DependencyObject, GroupPosition?) and GetPosition(DependencyObject).

Declaration
public static readonly DependencyProperty PositionProperty
Field Value
Type Description
DependencyProperty

Methods

View Source

GetPosition(DependencyObject)

Gets the position.

Declaration
public static GroupPosition? GetPosition(DependencyObject element)
Parameters
Type Name Description
DependencyObject element

The element.

Returns
Type Description
GroupPosition?
View Source

SetPosition(DependencyObject, GroupPosition?)

Sets the position.

Declaration
public static void SetPosition(DependencyObject element, GroupPosition? value)
Parameters
Type Name Description
DependencyObject element

The element.

GroupPosition? value

The value.

  • View Source
Back to top Generated by DocFX