RegionEvaluableDebugTerms Property
Determines dictionary of the
Term and their relative locations which are set as breakpoints.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public Dictionary<Term, PointF> DebugTerms { get; set; }
Public Property DebugTerms As Dictionary(Of Term, PointF)
Get
Set
public:
property Dictionary<Term^, PointF>^ DebugTerms {
Dictionary<Term^, PointF>^ get ();
void set (Dictionary<Term^, PointF>^ value);
}
member DebugTerms : Dictionary<Term, PointF> with get, set
Property Value
DictionaryTerm,
PointF