internal SLUpBars Clone()
        {
            var ub = new SLUpBars(ShapeProperties.listThemeColors);

            ub.ShapeProperties = ShapeProperties.Clone();

            return(ub);
        }
Beispiel #2
0
 internal SLUpDownBars(List <Color> ThemeColors, bool IsStylish = false)
 {
     iGapWidth = 150;
     UpBars    = new SLUpBars(ThemeColors, IsStylish);
     DownBars  = new SLDownBars(ThemeColors, IsStylish);
 }