示例#1
0
        public Image_Properties Clone()
        {
            Image_Properties result = (Image_Properties)MemberwiseClone();

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

            return(result);
        }
示例#2
0
 public RangeSelectorBackgroundImageBuilder Location(BackgroundImageLocation value)
 {
     base.Options["location"] = value;
     return(this);
 }