- Namespace
- Avalonia
.Animation - Containing Type
- Corner
Radius Transition
Syntax
public override IObservable<CornerRadius> DoTransition(IObservable<double> progress, CornerRadius oldValue, CornerRadius newValue)
Parameters
Name | Type | Description |
---|---|---|
progress | IObservable |
|
oldValue | CornerRadius | |
newValue | CornerRadius |
Return Value
Type | Description |
---|---|
IObservable |