Class RadTransform
Represents the base class for transformations that can be applied to path geometries.
Inheritance
System.Object
RadTransform
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class RadTransform : Object, INotifyPropertyChanged
Methods
OnPropertyChanged(String)
Raises the PropertyChanged event.
Declaration
protected void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
The name of the property that changed. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|