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)
<BrowsableAttribute(True)> _ Public Property DebugFrameVisible As Boolean
[BrowsableAttribute(true)] public bool DebugFrameVisible { get; set; }
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.