Share via


IProvideStarLayoutInfoBase.TargetElement Property

Gets the UIElement object that this provider targets.

Namespace:  Microsoft.Windows.Controls.Ribbon.Primitives
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
ReadOnly Property TargetElement As UIElement
UIElement TargetElement { get; }
property UIElement^ TargetElement {
    UIElement^ get ();
}
abstract TargetElement : UIElement
function get TargetElement () : UIElement

Property Value

Type: System.Windows.UIElement
The targeted element.

.NET Framework Security

See Also

Reference

IProvideStarLayoutInfoBase Interface

Microsoft.Windows.Controls.Ribbon.Primitives Namespace