DecimalKeyFrame.Value プロパティ

定義

キー フレームのターゲット値を取得または設定します。

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"/>

適用対象