AdornerPlacementValue Constructor
Initializes a new instance of the AdornerPlacementValue class.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Sub New ( _
term As AdornerPlacementDimension, _
contribution As Double _
)
public AdornerPlacementValue(
AdornerPlacementDimension term,
double contribution
)
public:
AdornerPlacementValue(
AdornerPlacementDimension term,
double contribution
)
new :
term:AdornerPlacementDimension *
contribution:float -> AdornerPlacementValue
public function AdornerPlacementValue(
term : AdornerPlacementDimension,
contribution : double
)
Parameters
- term
Type: Microsoft.Windows.Design.Interaction.AdornerPlacementDimension
The term that should be applied to this value.
- contribution
Type: System.Double
The contribution this value makes to the overall placement.
.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