'Declaration Public Property SpecularColor As Single()
'Usage Dim instance As ImGearVectorLightSource Dim value() As Single instance.SpecularColor = value value = instance.SpecularColor
public float[] SpecularColor {get; set;}
public: __property float[]* get_SpecularColor(); public: __property void set_SpecularColor( float[]* value );
public: property array<float>^ SpecularColor { array<float>^ get(); void set ( array<float>^ value); }