Share via


AdornerPlacementValue.Term Property

Gets or sets the placement term affected by this contribution amount.

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

Syntax

'Declaration
Public Property Term As AdornerPlacementDimension
    Get
    Set
public AdornerPlacementDimension Term { get; set; }
public:
property AdornerPlacementDimension Term {
    AdornerPlacementDimension get ();
    void set (AdornerPlacementDimension value);
}
member Term : AdornerPlacementDimension with get, set
function get Term () : AdornerPlacementDimension
function set Term (value : AdornerPlacementDimension)

Property Value

Type: Microsoft.Windows.Design.Interaction.AdornerPlacementDimension
An AdornerPlacementDimension that is the placement term affected by this contribution amount.

.NET Framework Security

See Also

Reference

AdornerPlacementValue Structure

Microsoft.Windows.Design.Interaction Namespace

AdornerPlacementCollection

AdornerPanel

IAdornerPlacement

Other Resources

Walkthrough: Implementing a Rail Inside a Control

Understanding WPF Designer Extensibility