New to Telerik UI for .NET MAUIStart a free 30-day trial

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: RadCompositeTransformRadRotateTransformRadScaleTransformRadTranslateTransform

Implements: INotifyPropertyChanged

Methods

Raises the PropertyChanged event.

C#
protected void OnPropertyChanged(string propertyName = null)
Parameters:propertyNamestring

The name of the property that changed.

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged