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

ImageControlBase.DebugFrameVisible Property

Gets/sets a value which specifies whether to display a debug frame near the control.

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property DebugFrameVisible As Boolean
C#
[BrowsableAttribute(true)]
public bool DebugFrameVisible { get; set; }

Property Value

The value which is true when you want to see a debug frame near the control; false otherwise.

Remarks

When enabled, this frame displays the results of calbacks. It is highly useful for debugging purposes: you can see server-side error messages here.

Default value is false.

See Also

Reference