OrbitViewPanel 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.
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.PanelOrbitViewPanel
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 |