0

每当我向我的页面添加一个 ComponentOne 仪表时,我都会收到以下异常:

WinRT 信息:在类型“C1LinearGaugePointer”中找不到属性“PointerLength”。

我的 Xaml 看起来像这样:

<c1:C1SpeedometerGauge x:Name="myGauge"
                                    Height="300" 
                                    Value="80"
                           CoverVisibility="Collapsed">
        <c1:C1GaugeRange To="40" Location="0.95" Fill="#088080" Width="0.1" Opacity="0.2" />
        <c1:C1GaugeRange From="0" To="80" Location="0.9" Fill="#088080" Width="0.05" Opacity="0.4" />
        <c1:C1GaugeRange From="0" To="100" Location="0.88" Fill="#088080" Width="0.025" Opacity="0.6" />
        <c1:C1GaugeMark Interval="20" Location="0.95"/>
        <c1:C1GaugeMark Interval="10" Location="0.95"/>
        <c1:C1GaugeMark Interval="5"  Location="0.95"/>
        <c1:C1GaugeLabel Interval="20" Alignment="In" AlignmentOffset="10" FontSize="16" />
    </c1:C1SpeedometerGauge>

这里有什么问题?

4

1 回答 1

1

这是已知问题,已在 build 315 中修复。在此处获取最新版本:http: //prerelease.componentone.com/

于 2013-05-20T15:46:58.053 回答