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
'Usage
Dim instance As AdornerPlacementValue
Dim value As Double
value = instance.Contribution
instance.Contribution = value
public double Contribution { get; set; }
public:
property double Contribution {
double get ();
void set (double value);
}
public function get Contribution () : double
public 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