API usage文本文档 APIEnumerationpercentage本页总览percentageAsk a question 0 到 100 之间的值。 类型 number 示例 This example sets the picture position measured in percent inside the current form. CodeResultPlayground// How to set a position of a picture form.// Move a picture form using position index.pictureForm.SetPicturePosition(70, 70);