OrbitViewDataItem Class

Definition

A class that can be used to provide data context for OrbitView items by providing distance and diameter values

public class OrbitViewDataItem : Windows.UI.Xaml.DependencyObject
type OrbitViewDataItem = class
    inherit DependencyObject
Public Class OrbitViewDataItem
Inherits DependencyObject
Inheritance
Windows.UI.Xaml.DependencyObject
OrbitViewDataItem

Constructors

OrbitViewDataItem()

Fields

DiameterProperty

Identifies the Diameter property

DistanceProperty

Identifies the Distance property

ImageProperty

Identifies the Image property

ItemProperty

Identifies the Item property

LabelProperty

Identifies the Label property

Properties

Diameter

Gets or sets a value indicating the diameter of the item. Expected value between 0 and 1

Distance

Gets or sets a value indicating the distance from the center. Expected value between 0 and 1

Image

Gets or sets a value indicating the image of the item.

Item

Gets or sets a value of an object that can be used to store model data.

Label

Gets or sets a value indicating the name of the item. Used for Windows.UI.Xaml.Automation.AutomationProperties

Applies to