TreeViewItemTemplateSettings Class
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.
Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a TreeViewItem control. Not intended for general use.
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class TreeViewItemTemplateSettings : DependencyObject
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class TreeViewItemTemplateSettings : DependencyObject
Public Class TreeViewItemTemplateSettings
Inherits DependencyObject
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v6.0)
|
Constructors
TreeViewItemTemplateSettings() |
Initializes a new instance of the TreeViewItemTemplateSettings class. |
Properties
CollapsedGlyphVisibility |
Gets the visibilty of a collapsed glyph. |
CollapsedGlyphVisibilityProperty |
Identifies the CollapsedGlyphVisibility dependency property. |
Dispatcher |
Gets the CoreDispatcher that this object is associated with. The CoreDispatcher represents a facility that can access the DependencyObject on the UI thread even if the code is initiated by a non-UI thread. Equivalent WinUI property: Microsoft.UI.Xaml.DependencyObject.Dispatcher. (Inherited from DependencyObject) |
DragItemsCount |
Gets the number of items being dragged. |
DragItemsCountProperty |
Identifies the DragItemsCount dependency property. |
ExpandedGlyphVisibility |
Gets the visibilty of an expanded glyph. |
ExpandedGlyphVisibilityProperty |
Identifies the ExpandedGlyphVisibility dependency property. |
Indentation |
Gets the amount that the item is indented. |
IndentationProperty |
Identifies the Indentation dependency property. |
Methods
Applies to
Feedback
Submit and view feedback for