TreeViewItem.ExpandedGlyph Eigenschaft

Definition

Dient zum Abrufen oder Festlegen der Glyphe, die für einen erweiterten Strukturknoten angezeigt werden soll.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

public:
 property Platform::String ^ ExpandedGlyph { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ExpandedGlyph();

void ExpandedGlyph(winrt::hstring value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="\uE70D")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="\uE70D")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="\uE70D")]
winrt::hstring ExpandedGlyph();

void ExpandedGlyph(winrt::hstring value);
public string ExpandedGlyph { get; set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="\uE70D")]
public string ExpandedGlyph { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="\uE70D")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="\uE70D")] set; }
Public Property ExpandedGlyph As String

Eigenschaftswert

String

Platform::String

winrt::hstring

Die Glyphe, die für einen erweiterten Strukturknoten angezeigt werden soll.

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Gilt für: