Edit

Share via


OrbitViewItem Class

Definition

ContentControl used as the container for OrbitView items

[Microsoft.UI.Xaml.TemplatePart(Name="Transform", Type=typeof(Microsoft.UI.Xaml.Media.CompositeTransform))]
[Microsoft.UI.Xaml.TemplateVisualState(GroupName="CommonStates", Name="Normal")]
[Microsoft.UI.Xaml.TemplateVisualState(GroupName="CommonStates", Name="Pressed")]
[Microsoft.UI.Xaml.TemplateVisualState(GroupName="CommonStates", Name="PointerOver")]
public class OrbitViewItem : Microsoft.UI.Xaml.Controls.ContentControl
[<Microsoft.UI.Xaml.TemplatePart(Name="Transform", Type=typeof(Microsoft.UI.Xaml.Media.CompositeTransform))>]
[<Microsoft.UI.Xaml.TemplateVisualState(GroupName="CommonStates", Name="Normal")>]
[<Microsoft.UI.Xaml.TemplateVisualState(GroupName="CommonStates", Name="Pressed")>]
[<Microsoft.UI.Xaml.TemplateVisualState(GroupName="CommonStates", Name="PointerOver")>]
type OrbitViewItem = class
    inherit ContentControl
Public Class OrbitViewItem
Inherits ContentControl
Inheritance
Microsoft.UI.Xaml.Controls.ContentControl
OrbitViewItem
Attributes
Microsoft.UI.Xaml.TemplatePartAttribute Microsoft.UI.Xaml.TemplateVisualStateAttribute

Constructors

OrbitViewItem()

Initializes a new instance of the OrbitViewItem class. Creates a new instance of OrbitViewItem

Methods

OnApplyTemplate()

Invoked whenever application code or internal processes call ApplyTemplate

Applies to