Table of Contents

Class Image

Namespace
Dynamicweb.CoreUI.Displays.Information
Assembly
Dynamicweb.CoreUI.dll
public class Image : DisplayBase<string>
Inheritance
Image
Inherited Members
Extension Methods

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
To top