BaconographyWP8.Common.ReorderListBoxItem.ReorderListBoxItem C# (CSharp) Méthode

ReorderListBoxItem() public méthode

Creates a new ReorderListBoxItem and sets the default style key. The style key is used to locate the control template in Generic.xaml.
public ReorderListBoxItem ( ) : System
Résultat System
        public ReorderListBoxItem()
        {
            this.DefaultStyleKey = typeof(ReorderListBoxItem);
        }