GMIKE
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
4 deletions
-
src/Avalonia.Controls/Utils/BorderRenderHelper.cs
|
|
|
@ -17,10 +17,6 @@ namespace Avalonia.Controls.Utils |
|
|
|
private Size _size; |
|
|
|
private Thickness _borderThickness; |
|
|
|
private CornerRadius _cornerRadius; |
|
|
|
private AvaloniaList<double> _borderDashArray; |
|
|
|
private double _borderDashOffset; |
|
|
|
private PenLineCap _borderLineCap; |
|
|
|
private PenLineJoin _borderJoin; |
|
|
|
private bool _initialized; |
|
|
|
|
|
|
|
|
|
|
|
|