Enum
ShaderLayoutAnimation

A set of predefined layout animations.

Definition

Namespace:Telerik.Windows.Controls.TransitionControl

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public enum ShaderLayoutAnimation

Fields

Animated

Will animate the layout from the size of the old content to the size of the current over the animation time.

Declaration

cs-api-definition
Animated = 2

Field Value

ShaderLayoutAnimation

Fit

At the beginning will enlarge to accommodate both the current and old contents and on the end will set resize to fit the new content only.

Declaration

cs-api-definition
Fit = 1

Field Value

ShaderLayoutAnimation

Instant

Will resize to fit the new content at the beginning.

Declaration

cs-api-definition
Instant = 0

Field Value

ShaderLayoutAnimation

In this article
DefinitionFieldsAnimatedFitInstant
Not finding the help you need?
Contact Support