public double SegmentAnimationScale { get; set; }
Public Property SegmentAnimationScale As Double
Get
Set
public:
property double SegmentAnimationScale {
double get ();
void set (double value);
}
member SegmentAnimationScale : float with get, set