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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AdornerPlacementValue Structure
Microsoft.Windows.Design.Interaction Namespace