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