Class
RadTransform

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

Implements: INotifyPropertyChanged

Methods

OnPropertyChanged(string)

Raises the PropertyChanged event.

Declaration

cs-api-definition
protected void OnPropertyChanged(string propertyName = null)

Parameters

propertyName

string

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

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged