DecimalKeyFrame.Value 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定主要畫面格的目標值。
public:
property System::Decimal Value { System::Decimal get(); void set(System::Decimal value); };
public decimal Value { get; set; }
member this.Value : decimal with get, set
Public Property Value As Decimal
屬性值
主要畫面格的目標值,這是這個主要畫面格的值,位於其指定的 KeyTime。 預設值為 0
。
備註
相依性屬性資訊
標識元欄位 | ValueProperty |
設定為 true 的元數據屬性 |
沒有 |
XAML 屬性使用方式
<
物件Value
=“Decimal”/>