Delta Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the delta change of the manipulation
'Declaration
Public Property Delta As ManipulationDelta
public ManipulationDelta Delta {get; set;}
public:
property ManipulationDelta^ Delta {
ManipulationDelta^ get();
void set ( ManipulationDelta^ value);
}