CompositionExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class CompositionExtensions.
public static class CompositionExtensions
type CompositionExtensions = class
Public Module CompositionExtensions
- Inheritance
-
CompositionExtensions
Methods
| GetReference(AmbientLight) |
Create an ExpressionNode reference to this CompositionObject. |
| GetReference(CompositionColorBrush) |
Create an ExpressionNode reference to this CompositionObject. |
| GetReference(CompositionNineGridBrush) |
Create an ExpressionNode reference to this CompositionObject. |
| GetReference(CompositionPropertySet) |
Create an ExpressionNode reference to this CompositionObject. |
| GetReference(CompositionSurfaceBrush) |
Create an ExpressionNode reference to this CompositionObject. |
| GetReference(DistantLight) |
Create an ExpressionNode reference to this CompositionObject. |
| GetReference(DropShadow) |
Create an ExpressionNode reference to this CompositionObject. |
| GetReference(InsetClip) |
Create an ExpressionNode reference to this CompositionObject. |
| GetReference(InteractionTracker) |
Create an ExpressionNode reference to this CompositionObject. |
| GetReference(PointLight) |
Create an ExpressionNode reference to this CompositionObject. |
| GetReference(SpotLight) |
Create an ExpressionNode reference to this CompositionObject. |
| GetReference(Visual) |
Create an ExpressionNode reference to this CompositionObject. |
| GetSpecializedReference<T>(CompositionPropertySet) |
Create an ExpressionNode reference to this specialized PropertySet. |
| InsertExpressionKeyFrame(KeyFrameAnimation, Single, ExpressionNode, CompositionEasingFunction) |
Inserts a KeyFrame whose value is calculated using the specified ExpressionNode. |
| SetCondition(CompositionConditionalValue, ExpressionNode) |
Use the value of specified ExpressionNode to determine if this composition conditional value modifier should be chosen. |
| SetCondition(InteractionTrackerInertiaMotion, ExpressionNode) |
Use the value of specified ExpressionNode to determine if this inertia modifier should be chosen. |
| SetCondition(InteractionTrackerInertiaRestingValue, ExpressionNode) |
Use the value of specified ExpressionNode to determine if this inertia modifier should be chosen. |
| SetMotion(InteractionTrackerInertiaMotion, ExpressionNode) |
Use the value of specified ExpressionNode to dictate the motion for this inertia modifier. |
| SetRestingValue(InteractionTrackerInertiaRestingValue, ExpressionNode) |
Use the value of specified ExpressionNode as the resting value for this inertia modifier. |
| SetValue(CompositionConditionalValue, ExpressionNode) |
Use the value of specified ExpressionNode as the value for this composition conditional value |
| StartAnimation(CompositionObject, String, ExpressionNode) |
Connects the specified ExpressionNode with the specified property of the object. |