GridLocation - класс

Расположение в виде таблицы

Definition

Пространство имён: Tessa.UI.Views.Charting.Layout
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public class GridLocation : Location, 
	IGridLocation, ILocation, IModel, ICloneable, ITypeIdentifier, 
	ICloneable<ILocation>, ICoping<ILocation>, IStorageSerializable
Inheritance
Object    CopingILocation    Location    GridLocation
Implements
ICloneable, IStorageSerializable, ICloneableILocation, ICopingILocation, IModel, ITypeIdentifier, IGridLocation, ILocation

Конструкторы

GridLocation Initializes a new instance of the GridLocation class.

Свойства

ColSpan Gets or sets Количество столбцов которые занимает элемент
Column Gets or sets Столбец в котором распологается элемент
Row Gets or sets Строка в которой распологается элемент
RowSpan Gets or sets Количество строк которые занимает элемент
TypeId Gets or sets Идентификатор типа
(Унаследован от Location)
ZOrder Gets or sets Индекс элемента по оси-z
(Унаследован от Location)

Методы

Clone Создает и возвращает копию текущего объекта. В созданный объект копируются данные из текущего объекта
(Унаследован от CopingT)
CopyTo Клонирует данные объекта реализующего интерфейс в объект target
(Переопределяет LocationCopyTo(ILocation))
CreateModel Создает и возвращает экземпляр объекта типа GridLocation
Deserialize 
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
InternalClone Создает и возвращает копию текущего объекта. В созданный объект копируются данные из текущего объекта Перекрывается в потомках для пользовательской обработки процесса создания копии объекта
(Унаследован от CopingT)
InternalCreateModel Создает и возвращает экземпляр объекта типа T Перекрывается в потомках для пользовательской обработки создания модели
(Унаследован от CopingT)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
Serialize 
ToStringReturns a string that represents the current object.
(Унаследован от Object)

Методы расширения

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)
ToSerializedDictionary Сериализует объект в нетипизированный словарь.
(Определяется StorageExtensions)

См. также