'Declaration
<System.ComponentModel.CategoryAttribute("Animation")> <System.ComponentModel.DescriptionAttribute("Gets/Sets the end angle of the rotation (in degrees).")> <System.ComponentModel.DefaultValueAttribute(0)> Public Property EndAngle As System.Single
'Usage
Dim instance As NRotateAnimation Dim value As System.Single instance.EndAngle = value value = instance.EndAngle
[System.ComponentModel.Category("Animation")] [System.ComponentModel.Description("Gets/Sets the end angle of the rotation (in degrees).")] [System.ComponentModel.DefaultValue(0)] public System.float EndAngle {get; set;}