OrbitViewPanel Class

Definition

A panel used by the OrbitView control

public class OrbitViewPanel : Windows.UI.Xaml.Controls.Panel
type OrbitViewPanel = class
    inherit Panel
Public Class OrbitViewPanel
Inherits Panel
Inheritance
Windows.UI.Xaml.Controls.Panel
OrbitViewPanel

Constructors

OrbitViewPanel()

Properties

OrbitView

Gets the Current OrbitView control

Methods

ArrangeOverride(Size)

Provides the behavior for the "Arrange" pass of layout

MeasureOverride(Size)

Provides the behavior for the "Measure" pass of the layout cycle.

Events

ItemArranged

Event raised when a single element is arranged

ItemsArranged

Event raised when all elements are arranged

Applies to