ParallaxView.Source 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
元素为 或 包含控制视差运算的 ScrollViewer。
public:
property UIElement ^ Source { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Source();
void Source(UIElement value);
public UIElement Source { get; set; }
var uIElement = parallaxView.source;
parallaxView.source = uIElement;
Public Property Source As UIElement
<ParallaxView Source="sourceElement" .../>
属性值
注解
如果源元素不是 ScrollViewer,则从源元素开始执行 XAML 树,以查找嵌入的 ScrollViewer。