Exemplo n.º 1
0
        public Image_Properties Clone()
        {
            Image_Properties result = (Image_Properties)MemberwiseClone();

            result.BackgroundImageLocation = (string)BackgroundImageLocation.Clone();

            return(result);
        }
Exemplo n.º 2
0
 public RangeSelectorBackgroundImageBuilder Location(BackgroundImageLocation value)
 {
     base.Options["location"] = value;
     return(this);
 }