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

ViewerBase.HasContent Property

Gets a value indicating if the viewer displays any content.

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

Syntax

Visual Basic
Public MustOverride ReadOnly Property HasContent As Boolean
C#
public abstract bool HasContent { get; }

Property Value

A value indicating if the viewer displays any content.

See Also

Reference