private void UpdatePreviewBrush(BrushCollection brushCollection)
        {
            var brush = brushCollection.ToGradientBrush();

            //if (this.IsReversedBrushCollection)
            //    brush = brush.Reverse();
            this.PreviewBrush = brush;
        }