Для изменения размера нажмите или перетащите

ITopLevelChartStructureItem - интерфейс

Описание маркер-интерфейса элементов структуры диаграммы верхнего уровня

Пространство имён:  Tessa.UI.Views.Charting.Charts.ChartStructure
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
public interface ITopLevelChartStructureItem : IChartStructureItem, 
	IComparable, IComparable<IChartStructureItem>, ISelectableViewModel, IViewModel, 
	INotifyPropertyChanged

Тип ITopLevelChartStructureItem предоставляет следующие члены.

Свойства
  ИмяОписание
Открытое свойствоContent
Gets Содержимое элемента
(Унаследован от IChartStructureItem.)
Открытое свойствоContentDataTemplate
Gets Шаблон данных редактора
(Унаследован от IChartStructureItem.)
Открытое свойствоIsExpanded
Gets or sets a value indicating whether Признак развернутости узла
(Унаследован от IChartStructureItem.)
Открытое свойствоIsSelectable (Унаследован от ISelectableViewModel.)
Открытое свойствоIsSelected (Унаследован от ISelectableViewModel.)
Открытое свойствоItems
Gets Список дочерних элементов
(Унаследован от IChartStructureItem.)
Открытое свойствоModel (Унаследован от IViewModel.)
Открытое свойствоOrderPosition
Gets or sets Позиция в списке
(Унаследован от IChartStructureItem.)
Открытое свойствоStructureDataTemplate
Gets Шаблон данных структуры диаграммы
(Унаследован от IChartStructureItem.)
В начало страницы
Методы
  ИмяОписание
Открытый методCompareTo(Object)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Унаследован от IComparable.)
Открытый методCompareTo(T)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Унаследован от IComparableIChartStructureItem.)
В начало страницы
События
  ИмяОписание
Открытое событиеPropertyChanged
Occurs when a property value changes.
(Унаследован от INotifyPropertyChanged.)
В начало страницы
См. также