Gets or sets whether an Image is displayed

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool ShowImage { get; set; }
Visual Basic
Public Property ShowImage As Boolean
	Get
	Set

Field Value

A Boolean

Remarks

Defaults to True

See Also