зеркало из https://github.com/AvaloniaUI/Avalonia.git
Test border padding.
This commit is contained in:
Родитель
e26f8f88de
Коммит
5c140f549e
|
@ -96,5 +96,29 @@ namespace Perspex.Direct2D1.RenderTests.Controls
|
|||
this.RenderToFile(target);
|
||||
this.CompareImages();
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void Border_Padding_Offsets_Content()
|
||||
{
|
||||
Decorator target = new Decorator
|
||||
{
|
||||
Padding = new Thickness(8),
|
||||
Width = 200,
|
||||
Height = 200,
|
||||
Content = new Border
|
||||
{
|
||||
BorderBrush = Brushes.Black,
|
||||
BorderThickness = 2,
|
||||
Padding = new Thickness(2),
|
||||
Content = new Border
|
||||
{
|
||||
Background = Brushes.Red,
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
this.RenderToFile(target);
|
||||
this.CompareImages();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Двоичные данные
TestFiles/Direct2D1/Controls/Border/Border_Padding_Offsets_Content.expected.png
Normal file
Двоичные данные
TestFiles/Direct2D1/Controls/Border/Border_Padding_Offsets_Content.expected.png
Normal file
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 640 B |
Загрузка…
Ссылка в новой задаче