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

BitmapViewer.Text Property

Gets/sets the text associated with this control.

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

Syntax

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

Property Value

Always empty string.

Remarks

This property makes no sense for the BitmapViewer class.

See Also

Reference