ContentSiteView.CoordinateConverter 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取对象, ContentCoordinateConverter 该对象用于在此 ContentSiteView 的本地坐标空间和屏幕坐标之间执行转换。
public:
property ContentCoordinateConverter ^ CoordinateConverter { ContentCoordinateConverter ^ get(); };
ContentCoordinateConverter CoordinateConverter();
public ContentCoordinateConverter CoordinateConverter { get; }
var contentCoordinateConverter = contentSiteView.coordinateConverter;
Public ReadOnly Property CoordinateConverter As ContentCoordinateConverter
属性值
ContentCoordinateConverter用于在此ContentSiteView的本地坐标空间和屏幕坐标之间执行转换的 对象。