次の方法で共有


IUIAnimationVariable::SetLowerBound メソッド (uianimation.h)

アニメーション変数の下限 (床) を設定します。 アニメーション変数の値は、指定した値を下回るべきではありません。

構文

HRESULT SetLowerBound(
  [in] DOUBLE bound
);

パラメーター

[in] bound

アニメーション変数の下限。

戻り値

メソッドが成功した場合は、S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。 エラー コードの一覧については、「 Windows アニメーション エラー コード 」を参照してください。

要件

   
サポートされている最小のクライアント Windows 7、Windows Vista、および Windows Vista 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ]
サポートされている最小のサーバー サポートなし
対象プラットフォーム Windows
ヘッダー uianimation.h
[DLL] UIAnimation.dll

関連項目

IUIAnimationVariable

IUIAnimationVariable::GetFinalIntegerValue

IUIAnimationVariable::GetFinalValue

IUIAnimationVariable::GetIntegerValue

IUIAnimationVariable::GetPreviousIntegerValue

IUIAnimationVariable::GetPreviousValue

IUIAnimationVariable::GetValue

IUIAnimationVariable::SetUpperBound