Delen via


RelativePosition.ToString Method

Returns the name of this position.

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

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As RelativePosition 
Dim returnValue As String 

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
public override function ToString() : String

Return Value

Type: System.String
The name of this position. If the object is not named, returns the base implementation.

.NET Framework Security

See Also

Reference

RelativePosition Class

RelativePosition Members

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility