gpt4 book ai didi

vb.net - int 到 System.Windows.GridLength - VB.NET

转载 作者:行者123 更新时间:2023-12-01 19:36:14 25 4
gpt4 key购买 nike

如何在 VB、NET 中将 int 转换为 System.Windows.GridLength,以便在 Silverlight (xaml) 中设置网格行的高度。

在 xaml 文件中:

<RowDefinition Height="0" x:Name="rowerror"  />

在 VB.NET 中:

rowerror.Height = CType(30, System.Windows.GridLength)

这是我在 VB.NET 中写的。我知道我错了,但是如果将 int 设置为 System.Windows.GridLength 使“rowerror”的高度是否为 30,您该怎么办?

最佳答案

rowerror.Height = new GridLength(30)

关于vb.net - int 到 System.Windows.GridLength - VB.NET,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1961696/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com