'Declaration
<System.ComponentModel.CategoryAttribute("Animation")> <System.ComponentModel.DescriptionAttribute("The initial alpha value of the animated object. Must be in the range from 0 to 1 (inclusively), where 0 means completely transparent and 1 means completely opaque.")> <System.ComponentModel.DefaultValueAttribute(0)> Public Property StartAlpha As System.Single
'Usage
Dim instance As NFadeAnimation Dim value As System.Single instance.StartAlpha = value value = instance.StartAlpha
[System.ComponentModel.Category("Animation")] [System.ComponentModel.Description("The initial alpha value of the animated object. Must be in the range from 0 to 1 (inclusively), where 0 means completely transparent and 1 means completely opaque.")] [System.ComponentModel.DefaultValue(0)] public System.float StartAlpha {get; set;}