TransitionStyle property (Main Control)
Builder Syntax |
TTransitionStyle TransitionStyle |
Delphi Syntax |
TransitionStyle : TTransitionStyle |
Overview |
Refer to Using Special Effects When Painting. |
Remarks
(Persistent property, available at design time) Determines whether a transitional effect is used when painting, and determines whether the transition is based on pattern properties or gradient color properties.
A transition effect, if implemented, occurs before an image is painted. The transition can paint a solid color, a pattern, or a gradient color. The list of possible effects is the same as when painting an image. The TransitionEffect property specifies the effect to use.
Value |
Meaning |
etsNone |
No transition effect. |
etsGradient |
Use the gradient color for the transition. Refer to Gradients and Patterns for related properties. |
etsPattern |
Use a solid color or pattern for the transition. Refer to Gradients and Patterns for related properties. |
See Also
Elements: |
|
Topics: |