AdornerPlacementValue.Contribution Property
Gets or sets the distance the placement term is affected by.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Property Contribution As Double
Get
Set
public double Contribution { get; set; }
public:
property double Contribution {
double get ();
void set (double value);
}
member Contribution : float with get, set
function get Contribution () : double
function set Contribution (value : double)
Property Value
Type: System.Double
A double that is the distance the placement term is affected by.
.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