'DeclarationReadOnly Property GradientStops As IGradientStops
'UsageDim instance As IFillFormat Dim value As IGradientStops value = instance.GradientStops
IGradientStops GradientStops {get;}
read-only property GradientStops: IGradientStops;
function get GradientStops : IGradientStops
__property IGradientStops* get_GradientStops();
property IGradientStops^ GradientStops { IGradientStops^ get(); }