ShowImplementedInterfaces Property
Gets or sets a value indicating whether DevTools should be displayed implemented interfaces on Control details. The default value is true.
Definition
Namespace: Avalonia.Diagnostics
Assembly: Avalonia.Diagnostics (in Avalonia.Diagnostics.dll)
- C#
- VB
- F#
public bool ShowImplementedInterfaces { get; set; }
Public Property ShowImplementedInterfaces As Boolean
Get
Set
member ShowImplementedInterfaces : bool with get, set