Share via


RelativeValue Structure

Represents a coordinate on the designer.

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

Syntax

'Declaration
Public Structure RelativeValue
'Usage
Dim instance As RelativeValue
public struct RelativeValue
public value class RelativeValue
JScript supports the use of structures, but not the declaration of new ones.

Remarks

A RelativeValue is known by some relative type, such as Left or Top.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RelativeValue Members

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility