'Declaration
<System.ComponentModel.CategoryAttribute("Animation")> <System.ComponentModel.DescriptionAttribute("The final offset of the animated object.")> Public Property EndOffset As NPointF
'Usage
Dim instance As NTranslateAnimation Dim value As NPointF instance.EndOffset = value value = instance.EndOffset
[System.ComponentModel.Category("Animation")] [System.ComponentModel.Description("The final offset of the animated object.")] public NPointF EndOffset {get; set;}