API usagePDF APIEnumerationPositivePercentageOn this pagePositivePercentageAsk a question The 1000th of a percent (100000 = 100%). Type number Example This example sets a gradient stop position in 100%. CodeResultPlayground// How to create a gradient stop using positive percentage.// Set percentage for gradient stop.let gs = Api.CreateGradientStop(Api.RGB(255, 164, 101), 100000);