'Declaration
<System.ComponentModel.CategoryAttribute("Animation")> <System.ComponentModel.DescriptionAttribute("Get/Sets the scale Y anchor. Must be in the range [0, 1]. By default set to 0.5 which means the vertical center.")> <System.ComponentModel.DefaultValueAttribute(0.5)> Public Property AnchorY As System.Single
'Usage
Dim instance As NRotateAnimation Dim value As System.Single instance.AnchorY = value value = instance.AnchorY
[System.ComponentModel.Category("Animation")] [System.ComponentModel.Description("Get/Sets the scale Y anchor. Must be in the range [0, 1]. By default set to 0.5 which means the vertical center.")] [System.ComponentModel.DefaultValue(0.5)] public System.float AnchorY {get; set;}