'Declaration
<System.ComponentModel.CategoryAttribute("Animation")> <System.ComponentModel.DescriptionAttribute("Gets/Sets the start scale factor. It has x and y component (value of 1 for x and y means no scale).")> Public Property StartScale As NPointF
'Usage
Dim instance As NScaleAnimation Dim value As NPointF instance.StartScale = value value = instance.StartScale
[System.ComponentModel.Category("Animation")] [System.ComponentModel.Description("Gets/Sets the start scale factor. It has x and y component (value of 1 for x and y means no scale).")] public NPointF StartScale {get; set;}