Condividi tramite


Proprietà AdornerPlacementValue.Contribution

Ottiene o imposta la distanza che influisce sul termine di posizionamento.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

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

Valore proprietà

Tipo: System.Double
Oggetto double che corrisponde alla distanza che influisce sul termine di posizionamento.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AdornerPlacementValue Struttura

Spazio dei nomi Microsoft.Windows.Design.Interaction

AdornerPlacementCollection

AdornerPanel

IAdornerPlacement

Altre risorse

Procedura dettagliata: implementazione di una sbarra in un controllo

Informazioni sull'estensibilità Progettazione WPF