Skip to main content

CompositionCustomVisual Class

Definition

Assembly:Avalonia.Base
Package:Avalonia
public class CompositionCustomVisual

Inheritance: object -> CompositionObject -> CompositionVisual -> CompositionContainerVisual -> CompositionCustomVisual

Methods

NameDescription
SendHandlerMessageNo summary available.
StartAnimationConnects an animation with the specified property of the object and starts the animation. Inherited from CompositionObject.
StartAnimationGroupStarts 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.
StopAnimationDisconnects an animation from the specified property and stops the animation. Inherited from CompositionObject.
StopAnimationGroupStops an animation group. Inherited from CompositionObject.

SendHandlerMessage Method

public void SendHandlerMessage(object message)

Parameters

message object

Properties

NameDescription
ChildrenInherited from CompositionContainerVisual.
AnchorPointInherited from CompositionVisual.
CenterPointInherited from CompositionVisual.
ClipToBoundsInherited from CompositionVisual.
DisableSubTreeBoundsHitTestOptimizationInherited from CompositionVisual.
OffsetInherited from CompositionVisual.
OpacityInherited from CompositionVisual.
OpacityMaskInherited from CompositionVisual.
OrientationInherited from CompositionVisual.
RenderOptionsInherited from CompositionVisual.
RotationAngleInherited from CompositionVisual.
ScaleInherited from CompositionVisual.
SizeInherited from CompositionVisual.
TextOptionsInherited from CompositionVisual.
VisibleInherited from CompositionVisual.
CompositorThe associated Compositor Inherited from CompositionObject.
ImplicitAnimationsThe collection of implicit animations attached to this object. Inherited from CompositionObject.
IsDisposedInherited from CompositionObject.