TreeViewItemTemplateSettings.ExpandedGlyphVisibility Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the visibilty of an expanded glyph.
This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).
public:
property Visibility ExpandedGlyphVisibility { Visibility get(); };
Visibility ExpandedGlyphVisibility();
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Visibility::Collapsed")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Visibility::Collapsed")]
Visibility ExpandedGlyphVisibility();
public Visibility ExpandedGlyphVisibility { get; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Visibility::Collapsed")]
public Visibility ExpandedGlyphVisibility { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::Visibility::Collapsed")] get; }
Public ReadOnly Property ExpandedGlyphVisibility As Visibility
Property Value
The visibilty of an expanded glyph.
- Attributes
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute