OrbitViewItem Class

Definition

ContentControl used as the container for OrbitView items

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