A composite transform that combines multiple RadTransform objects.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RadCompositeTransform : RadTransform, INotifyPropertyChanged
Inheritance: objectRadTransformRadCompositeTransform
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadCompositeTransform class.
C#
public RadCompositeTransform()
Properties
Gets the collection of child transforms that make up this composite transform.
C#
public ObservableItemCollection<RadTransform> Children { get; }