Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
csharp:databinding [2017/08/08 07:32]
admin
csharp:databinding [2017/08/08 07:53] (Version actuelle)
admin
Ligne 1: Ligne 1:
 ====== DataBinding ====== ====== DataBinding ======
- 
-FIXME 
  
  
Ligne 56: Ligne 54:
 Height="​{Binding ElementName=sliderImageAlbum,​ Path=Value}"  ​ Height="​{Binding ElementName=sliderImageAlbum,​ Path=Value}"  ​
 Grid.Column="​1"​ /> Grid.Column="​1"​ />
 +
 <Slider Height="​21"​ Margin="​0,​0,​8,​97"​ Name="​sliderImageAlbum" ​ Style="​{DynamicResource TplSlider}" ​ <Slider Height="​21"​ Margin="​0,​0,​8,​97"​ Name="​sliderImageAlbum" ​ Style="​{DynamicResource TplSlider}" ​
 Value="​200"​ Maximum="​200"​ TickFrequency="​1"​ HorizontalAlignment="​Right" ​ Value="​200"​ Maximum="​200"​ TickFrequency="​1"​ HorizontalAlignment="​Right" ​
- VerticalAlignment="​Bottom"​ Width="​175"​ Grid.Column="​1"​ />+VerticalAlignment="​Bottom"​ Width="​175"​ Grid.Column="​1"​ />
 </​code>​ </​code>​
 +<WRAP center round info 60%> Ici la taille (Width et Weight) de l'​image va dépendre de la valeur du contrôle Slider </​WRAP>​
 +
 +
 +
 +
 +===== Entre une collection et un composant =====
 +FIXME
 +
 +