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

IChartStructureItem - интерфейс

Описание интерфейса элемента структуры диаграммы

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

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

Свойства
  ИмяОписание
Открытое свойствоContent
Gets Содержимое элемента
Открытое свойствоContentDataTemplate
Gets Шаблон данных редактора
Открытое свойствоIsExpanded
Gets or sets a value indicating whether Признак развернутости узла
Открытое свойствоIsSelectable (Унаследован от ISelectableViewModel.)
Открытое свойствоIsSelected (Унаследован от ISelectableViewModel.)
Открытое свойствоItems
Gets Список дочерних элементов
Открытое свойствоModel (Унаследован от IViewModel.)
Открытое свойствоOrderPosition
Gets or sets Позиция в списке
Открытое свойствоStructureDataTemplate
Gets Шаблон данных структуры диаграммы
В начало страницы
Методы
  ИмяОписание
Открытый метод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.)
В начало страницы
См. также