RibbonGroupItemsPanel.TargetElement 属性

获取 UIElement 对象,此提供程序以其为目标。

命名空间:  Microsoft.Windows.Controls.Ribbon.Primitives
程序集:  RibbonControlsLibrary(在 RibbonControlsLibrary.dll 中)

语法

声明
Public ReadOnly Property TargetElement As UIElement
    Get
public UIElement TargetElement { get; }
public:
virtual property UIElement^ TargetElement {
    UIElement^ get () sealed;
}
abstract TargetElement : UIElement
override TargetElement : UIElement
final function get TargetElement () : UIElement

属性值

类型:System.Windows.UIElement
目标元素。

实现

IProvideStarLayoutInfoBase.TargetElement

.NET Framework 安全性

请参见

参考

RibbonGroupItemsPanel 类

Microsoft.Windows.Controls.Ribbon.Primitives 命名空间