Dela 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
'Usage
Dim instance As AdornerPlacementValue 
Dim value As AdornerPlacementDimension 

value = instance.Term

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

AdornerPlacementValue Members

Microsoft.Windows.Design.Interaction Namespace

AdornerPlacementCollection

AdornerPanel

IAdornerPlacement

Other Resources

Layout Space and Render Space

Walkthrough: Implementing a Rail Inside a Control

Understanding WPF Designer Extensibility