Dela via


RelativeValue.Position Property

Gets or sets the RelativePosition that identifies the kind for this value.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public Property Position As RelativePosition
'Usage
Dim instance As RelativeValue 
Dim value As RelativePosition 

value = instance.Position

instance.Position = value
public RelativePosition Position { get; set; }
public:
property RelativePosition^ Position {
    RelativePosition^ get ();
    void set (RelativePosition^ value);
}
public function get Position () : RelativePosition 
public 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

See Also

Reference

RelativeValue Structure

RelativeValue Members

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility