复合小部件的图像属性Image properties of a compound widget

<< 点击显示目录 >>

主页  mappView帮助助手 > mapp View帮助信息 > 工程 > 定制的小工具 > 复合型小部件 > 使用案例 >

复合小部件的图像属性Image properties of a compound widget

这个例子显示了如何在一个复合部件的实例上引用图像文件到一个图像部件。

创建了  数据类型为 ImagePath图像属性  ;它被显示在实例的 外观 类别中 。

这被分配给包含在复合部件中的图像部件,  其 图像 属性ID Image1

<Property xsi:type="BindableProperty" name="image" type="ImagePath" category="Appearance" defaultValue="" readOnly="false" required="false" >
 <Description>allows to reference an image</Description>
 <Mappings>
  <Mapping widget="Image1" property="image"  mode="oneWay" />
 </Mappings>
</Property>

一个PNG文件可以在小部件的实例中以标准方式使用属性 image来引用

 

UseCase_image