OrbitViewItem 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.
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.ContentControlOrbitViewItem
- 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 |