如何以編程方式訪問d:DesignHeight和d:DesignWidth? 用C#如何以編程方式訪問d:DesignHeight和d:DesignWidth?
<UsеrControl x:Class="MySpace.MyControl" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" mc:Ignorable="d" d:DesignHeight="200" d:DesignWidth="360">
你想幹什麼用的? –
我可以問爲什麼你需要這樣做嗎? – steveg89
我想獲得該項目的原始縱橫比。 由於新操作者的寬度和長度= NaN的(自動)後 MyControl CTRL =新MyControl() // ctrl.Width == NaN的 – Mixer