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

BitmapViewer.HasContent Property

Gets a value indicating if the viewer contains a bitmap.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.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 contains a bitmap.

See Also

Reference