BaconographyWP8.Common.ReorderListBoxItem.ReorderListBoxItem C# (CSharp) Method

ReorderListBoxItem() public method

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
return System
        public ReorderListBoxItem()
        {
            this.DefaultStyleKey = typeof(ReorderListBoxItem);
        }