public interface IGridLocation : ILocation,
IModel, ICloneable, ITypeIdentifier, ICloneable<ILocation>,
ICoping<ILocation>
Public Interface IGridLocation
Inherits ILocation, IModel, ICloneable, ITypeIdentifier,
ICloneable(Of ILocation), ICoping(Of ILocation)
public interface class IGridLocation : ILocation,
IModel, ICloneable, ITypeIdentifier, ICloneable<ILocation^>,
ICoping<ILocation^>
type IGridLocation =
interface
interface ILocation
interface IModel
interface ICloneable
interface ITypeIdentifier
interface ICloneable<ILocation>
interface ICoping<ILocation>
end
ColSpan | Gets or sets Количество столбцов которые занимает элемент |
Column | Gets or sets Столбец в котором распологается элемент |
Row | Gets or sets Строка в которой распологается элемент |
RowSpan | Gets or sets Количество строк которые занимает элемент |
TypeId |
Gets or sets Идентификатор типа
(Унаследован от ITypeIdentifier) |
ZOrder |
Gets or sets Индекс элемента по оси-z
(Унаследован от ILocation) |
Clone | Creates a new object that is a copy of the current instance. (Унаследован от ICloneable) |
CopyTo |
Клонирует данные объекта реализующего
интерфейс в объект target (Унаследован от ICopingT) |