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

MultiLayerViewer.HasContent Property

Gets a value indicating if the viewer displays any image.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

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

Property Value

A value indicating if the viewer displays any image.

See Also

Reference