diff --git a/src/Avalonia.Visuals/Platform/IPlatformRenderInterface.cs b/src/Avalonia.Visuals/Platform/IPlatformRenderInterface.cs index e4a280938d..acf103b893 100644 --- a/src/Avalonia.Visuals/Platform/IPlatformRenderInterface.cs +++ b/src/Avalonia.Visuals/Platform/IPlatformRenderInterface.cs @@ -168,6 +168,9 @@ namespace Avalonia.Platform /// IGlyphRunImpl CreateGlyphRun(GlyphRun glyphRun); + /// + /// Gets a value indicating whether the platform supports rectangles with rounded corners. + /// bool SupportsIndividualRoundRects { get; } ///