AnchorRequestedEventArgs.Anchor 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置在执行滚动定位时要使用的 定位点元素 。
public:
property UIElement ^ Anchor { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Anchor();
void Anchor(UIElement value);
public UIElement Anchor { get; set; }
var uIElement = anchorRequestedEventArgs.anchor;
anchorRequestedEventArgs.anchor = uIElement;
Public Property Anchor As UIElement
属性值
要用作 CurrentAnchor 的 UIElement。 默认值为 null。
注解
元素必须是滚动控件的后代。