Sdílet prostřednictvím


DesignerView.Adorners – vlastnost

Kolekce adorners získá v tomto zobrazení.

Obor názvů:  Microsoft.Windows.Design.Interaction
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Deklarace
Public ReadOnly Property Adorners As ICollection(Of UIElement)
    Get
public ICollection<UIElement> Adorners { get; }
public:
property ICollection<UIElement^>^ Adorners {
    ICollection<UIElement^>^ get ();
}
member Adorners : ICollection<UIElement>
function get Adorners () : ICollection<UIElement>

Hodnota vlastnosti

Typ: System.Collections.Generic.ICollection<UIElement>
Kolekce všechny panely adorner na povrchu návrhu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DesignerView Třída

Microsoft.Windows.Design.Interaction – obor názvů

AdornerPanel

Další zdroje

Walkthrough: Creating a Design-time Adorner

Adorner Architecture