ClassRadTransform
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:
cs-api-definition
public abstract class RadTransform : INotifyPropertyChanged
Inheritance: objectRadTransform
Derived Classes:
Implements:
Methods
OnPropertyChanged(string)
Raises the PropertyChanged event.
Declaration
cs-api-definition
protected void OnPropertyChanged(string propertyName = null)
Parameters
propertyName
The name of the property that changed.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements