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