CompositionCustomVisual Class
Definition
public class CompositionCustomVisual
Methods
| Name | Description |
|---|---|
| SendHandlerMessage | No summary available. |
| StartAnimation | Connects an animation with the specified property of the object and starts the animation. Inherited from CompositionObject. |
| StartAnimationGroup | Starts an animation group. The StartAnimationGroup method on CompositionObject lets you start CompositionAnimationGroup. All the animations in the group will be started at the same time on the object. Inherited from CompositionObject. |
| StopAnimation | Disconnects an animation from the specified property and stops the animation. Inherited from CompositionObject. |
| StopAnimationGroup | Stops an animation group. Inherited from CompositionObject. |
SendHandlerMessage Method
public void SendHandlerMessage(object message)
Parameters
message object
Properties
| Name | Description |
|---|---|
| Children | Inherited from CompositionContainerVisual. |
| AnchorPoint | Inherited from CompositionVisual. |
| CenterPoint | Inherited from CompositionVisual. |
| ClipToBounds | Inherited from CompositionVisual. |
| DisableSubTreeBoundsHitTestOptimization | Inherited from CompositionVisual. |
| Offset | Inherited from CompositionVisual. |
| Opacity | Inherited from CompositionVisual. |
| OpacityMask | Inherited from CompositionVisual. |
| Orientation | Inherited from CompositionVisual. |
| RenderOptions | Inherited from CompositionVisual. |
| RotationAngle | Inherited from CompositionVisual. |
| Scale | Inherited from CompositionVisual. |
| Size | Inherited from CompositionVisual. |
| TextOptions | Inherited from CompositionVisual. |
| Visible | Inherited from CompositionVisual. |
| Compositor | The associated Compositor Inherited from CompositionObject. |
| ImplicitAnimations | The collection of implicit animations attached to this object. Inherited from CompositionObject. |
| IsDisposed | Inherited from CompositionObject. |