RadTransform
Class
Represents the base class for transformations that can be applied to path geometries.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public abstract class RadTransform : INotifyPropertyChanged
Inheritance: objectRadTransform
Derived Classes:
Implements:
Methods
Raises the PropertyChanged event.
C#
protected void OnPropertyChanged(string propertyName = null)
The name of the property that changed.
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: