Sdílet prostřednictvím


AdornerPlacementValue – konstruktor

Inicializuje novou instanci AdornerPlacementValue Třída

Obor názvů:  Microsoft.Windows.Design.Interaction
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • contribution
    Typ: System.Double
    Příspěvek bude tato hodnota celkové umístění.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

AdornerPlacementValue Struktura

Microsoft.Windows.Design.Interaction – obor názvů

AdornerPlacementCollection

AdornerPanel

IAdornerPlacement

Další zdroje

Walkthrough: Implementing a Rail Inside a Control

Understanding WPF Designer Extensibility