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
- 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