18 namespace erminas.SmartAPI.CMS.Project.ContentClasses.Elements
22 string Height {
get;
set; }
24 string Src {
get;
set; }
26 string Width {
get;
set; }
29 internal class IVW : ContentClassElement, IIVW
31 internal IVW(
IContentClass contentClass, XmlElement xmlElement) : base(contentClass, xmlElement)
43 get {
return GetAttributeValue<string>(); }
44 set { SetAttributeValue(value); }
50 get {
return GetAttributeValue<string>(); }
51 set { SetAttributeValue(value); }
57 get {
return GetAttributeValue<string>(); }
58 set { SetAttributeValue(value); }