This documentation is for the old version. Go to the latest Graphics Mill docs

BitmapViewer.HasContent Property

Gets a value indicating if the viewer displays any content.

Namespace: Aurigma.GraphicsMill.AjaxControls
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property HasContent As Boolean
C#
[BrowsableAttribute(false)]
public bool HasContent { get; }

Property Value

The value indicating if the viewer displays any content.

See Also

Reference