From f1741c1fd0f62fd2053b4ffe2caf59b31b68f8c2 Mon Sep 17 00:00:00 2001 From: zhangyk-c <zhangyk-c@glodon.com> Date: 星期三, 31 七月 2024 23:44:48 +0800 Subject: [PATCH] 22->20 --- HStation.RevitDev/Test/MainWindow.xaml.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HStation.RevitDev/Test/MainWindow.xaml.cs b/HStation.RevitDev/Test/MainWindow.xaml.cs index 11ab84d..25e4016 100644 --- a/HStation.RevitDev/Test/MainWindow.xaml.cs +++ b/HStation.RevitDev/Test/MainWindow.xaml.cs @@ -31,7 +31,7 @@ private void initControls() { PictureBox pb = pictureBox.Child as PictureBox; - pb.BackgroundImageLayout = ImageLayout.Stretch; + //pb.BackgroundImageLayout = ImageLayout.Stretch; pb.BackgroundImage = Common.ThumbnailUtils.GetThumbnailWithoutRevit("D:\\Program Files\\Autodesk\\Revit 2020\\China\\缁撴瀯\\鍩虹\\鐙珛鍩虹 - 涓夐樁.rfa"); } } -- Gitblit v1.9.3