WglProfiles Property
Windows OpenGL profiles used when RenderingMode is set to Wgl. This setting is 4.0 and 3.2 by default.
Definition
Namespace: Avalonia
Assembly: Avalonia.Win32 (in Avalonia.Win32.dll)
- C#
- VB
- F#
public IList<GlVersion> WglProfiles { get; set; }
Public Property WglProfiles As IList(Of GlVersion)
Get
Set
member WglProfiles : IList<GlVersion> with get, set