Esempio n. 1
0
            public object Deserialize(object o, Altaxo.Serialization.Xml.IXmlDeserializationInfo info, object parent)
            {
                FreeLabelFormatting s = (FreeLabelFormatting)o ?? new FreeLabelFormatting();

                info.GetBaseValueEmbedded(s, typeof(MultiLineLabelFormattingBase), parent);
                s._formatString = info.GetString("FormatString");
                return(s);
            }
Esempio n. 2
0
 public FreeLabelFormatting(FreeLabelFormatting from)
     : base(from) // everything is done here, since CopyFrom is virtual
 {
 }
Esempio n. 3
0
		public FreeLabelFormatting(FreeLabelFormatting from)
			: base(from) // everything is done here, since CopyFrom is virtual
		{
		}