Class Image NamespaceDynamicweb.CoreUI.Displays.Information AssemblyDynamicweb.CoreUI.dll public class Image : DisplayBase<string> Inheritance object UiComponentBase DisplayBase DisplayBase<string> Image Inherited Members DisplayBase<string>.Value object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Extension Methods ComponentExtensions.GetAll<TComponent>(UiComponentBase) ComponentExtensions.GetOrAddTab(UiComponentBase, string) ComponentExtensions.Get<TComponent>(UiComponentBase) ComponentExtensions.Get<TComponent>(UiComponentBase, Func<TComponent, bool>) ComponentExtensions.Has<TComponent>(UiComponentBase) ComponentExtensions.TryGet<TComponent>(UiComponentBase, out TComponent?) Properties BadgeIcons public IEnumerable<Icon> BadgeIcons { get; set; } Property Value IEnumerable<Icon> DisplayRatio public Image.Ratio? DisplayRatio { get; set; } Property Value Image.Ratio? DisplayStyle public Image.Style? DisplayStyle { get; set; } Property Value Image.Style? HideMissingImage public bool HideMissingImage { get; set; } Property Value bool HideTooltipImage public bool HideTooltipImage { get; set; } Property Value bool Name public string Name { get; set; } Property Value string RequireImageExists public bool RequireImageExists { get; set; } Property Value bool