Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 2.58 KB

nf-uianimation-iuianimationvariable2-setlowerbound.md

File metadata and controls

67 lines (56 loc) · 2.58 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:uianimation.IUIAnimationVariable2.SetLowerBound
IUIAnimationVariable2::SetLowerBound (uianimation.h)
Sets the lower bound (floor) for the value of the animation variable. The value of the animation variable should not fall below the specified value.
IUIAnimationVariable2 interface [Windows Animation]
SetLowerBound method
IUIAnimationVariable2.SetLowerBound
IUIAnimationVariable2::SetLowerBound
SetLowerBound
SetLowerBound method [Windows Animation]
SetLowerBound method [Windows Animation]
IUIAnimationVariable2 interface
uianimation.iuianimationvariable2_setlowerbound
uianimation/IUIAnimationVariable2::SetLowerBound
uianimation\iuianimationvariable2_setlowerbound.htm
UIAnimation
5149778F-C78D-49C2-8C2E-DBAB00B78DE8
12/05/2018
IUIAnimationVariable2 interface [Windows Animation],SetLowerBound method, IUIAnimationVariable2.SetLowerBound, IUIAnimationVariable2::SetLowerBound, SetLowerBound, SetLowerBound method [Windows Animation], SetLowerBound method [Windows Animation],IUIAnimationVariable2 interface, uianimation.iuianimationvariable2_setlowerbound, uianimation/IUIAnimationVariable2::SetLowerBound
uianimation.h
Windows
Windows 8, Windows 7 and Platform Update for Windows 7 [desktop apps \| UWP apps]
None supported
UIAnimation.idl
UIAnimation.dll
Windows
19H1
IUIAnimationVariable2::SetLowerBound
uianimation/IUIAnimationVariable2::SetLowerBound
c++
APIRef
kbSyntax
COM
UIAnimation.dll
IUIAnimationVariable2.SetLowerBound

IUIAnimationVariable2::SetLowerBound

-description

Sets the lower bound (floor) for the value of the animation variable. The value of the animation variable should not fall below the specified value.

-parameters

-param bound [in]

The lower bound for the value of the animation variable.

-returns

Returns S_OK if successful; otherwise an HRESULT error code. See Windows Animation Error Codes for a list of error codes.

-see-also

IUIAnimationVariable2