RelativeValue.Position Property
Gets or sets the RelativePosition that identifies the kind for this value.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Property Position As RelativePosition
Get
Set
public RelativePosition Position { get; set; }
public:
property RelativePosition^ Position {
RelativePosition^ get ();
void set (RelativePosition^ value);
}
member Position : RelativePosition with get, set
function get Position () : RelativePosition
function set Position (value : RelativePosition)
Property Value
Type: Microsoft.Windows.Design.Interaction.RelativePosition
A RelativePosition that identifies the kind for this value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace