public int Degree {get; set;}
public: __property int get_Degree(); public: __property void set_Degree( int value );
public: property int Degree { int get(); void set ( int value); }
'Declaration Public Property Degree As Integer
'Usage Dim instance As ImGearVectorEntityBeziercurve Dim value As Integer instance.Degree = value value = instance.Degree
ImGearVectorEntityBeziercurve Class ImGearVectorEntityBeziercurve Members