IAdornerPlacement Interface

Specifies a placement term for an AdornerPlacementCollection.

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

Syntax

'Declaration
Public Interface IAdornerPlacement
public interface IAdornerPlacement
public interface class IAdornerPlacement
type IAdornerPlacement =  interface end
public interface IAdornerPlacement

The IAdornerPlacement type exposes the following members.

Methods

  Name Description
Public method GetPositionTerms Returns an enumeration of positioning terms that is used to position an adorner.
Public method GetSizeTerms Returns an enumeration of sizing terms that is used to size the adorner.

Top

Remarks

This type is provided for backward compatibility only.

See Also

Reference

Microsoft.Windows.Design.Interaction Namespace

AdornerPlacementCollection

AdornerPanel

Other Resources

Understanding WPF Designer Extensibility