Class RadCompositeTransform
A composite transform that combines multiple RadTransform objects.
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadCompositeTransform : RadTransform, INotifyPropertyChanged
Constructors
RadCompositeTransform()
Initializes a new instance of the RadCompositeTransform class.
Declaration
public RadCompositeTransform()
Properties
Children
Gets the collection of child transforms that make up this composite transform.
Declaration
public ObservableItemCollection<RadTransform> Children { get; }
Property Value
ObservableItemCollection<RadTransform>
|