Enum ViewDiagnosticFlags
Enables diagnostic functions for View.
[Flags]
public enum ViewDiagnosticFlags : uint
- Extension Methods
Fields
DrawIndicator = 8When enabled a draw indicator will be shown; the indicator will change each time the View's Draw method is called with NeedsDraw set to true.
Off = 0All diagnostics off
Ruler = 1When enabled, Adornment will draw a ruler in the Thickness. See Diagnostics.
Thickness = 2When enabled, Adornment will draw the first letter of the Adornment name ('M', 'B', or 'P') in the Thickness. See Diagnostics.