public class AnnotationModel<T> : Coping<T>,
IAnnotationModel, IModel, ICloneable, ITypeIdentifier, IConditionalVisibility
where T : AnnotationModel<T>
Public Class AnnotationModel(Of T As AnnotationModel(Of T))
Inherits Coping(Of T)
Implements IAnnotationModel, IModel, ICloneable, ITypeIdentifier,
IConditionalVisibilitygeneric<typename T>
where T : AnnotationModel<T>
public ref class AnnotationModel : public Coping<T>,
IAnnotationModel, IModel, ICloneable, ITypeIdentifier, IConditionalVisibilitytype AnnotationModel<'T when 'T : AnnotationModel<'T>> =
class
inherit Coping<'T>
interface IAnnotationModel
interface IModel
interface ICloneable
interface ITypeIdentifier
interface IConditionalVisibility
end| AnnotationModelT | Initializes a new instance of the AnnotationModelT class. |
| Appearance | Gets or sets Внешний вид |
| ContentTemplate | Gets or sets Шаблон содержимого |
| CoordinateUnit | Gets or sets Вид системы координат |
| EnableClipping | Gets or sets a value indicating whether This property decides whether annotation should clip while crossing with boundary. |
| EnableEditing | Gets or sets a value indicating whether Признак возможности редактирования текста в TextAnnotation |
| HorizontalAlignment | Gets or sets Горизонтальное выравнивание |
| ShowAxisLabel | Gets or sets a value indicating whether Признак отображения метки координаты расположения аннотации на оси координат |
| ShowToolTip | Gets or sets a value indicating whether Признак отображения подсказки. |
| Text | Gets or sets Текст. |
| ToolTipContent | Gets or sets Содержимое подсказки |
| ToolTipPlacement | Gets or sets Позиция подсказки. |
| ToolTipShowDuration | Gets or sets Продолжительность отображения подсказки. |
| ToolTipTemplate | Gets or sets Имя шаблона данных для отображения подсказки |
| TypeId | Gets or sets Идентификатор типа |
| VerticalAlignment | Gets or sets Вертикальное выравнивание |
| VisibilityConditional | Gets or sets Условие видимости элемента |
| X1 | Gets or sets позиция X1 |
| XAxisName | Gets or sets the axis(horizontal) in which this annotation associated. |
| Y1 | Gets or sets the annotation Y1 position. |
| YAxisName | Gets or sets the axis(vertical) in which this annotation associated. |
| Clone |
Создает и возвращает копию текущего объекта.
В созданный объект копируются данные из текущего объекта
(Унаследован от CopingT) |
| CopyTo |
Клонирует данные объекта реализующего
интерфейс в объект target (Переопределяет CopingTCopyTo(T)) |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| InternalClone |
Создает и возвращает копию текущего объекта.
В созданный объект копируются данные из текущего объекта
Перекрывается в потомках для пользовательской обработки процесса
создания копии объекта
(Унаследован от CopingT) |
| InternalCreateModel |
Создает и возвращает экземпляр объекта
типа T
Перекрывается в потомках для пользовательской
обработки создания модели
(Унаследован от CopingT) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| Get | (Определяется ComHelper) |
| InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
| Invoke | (Определяется ComHelper) |
| Set | (Определяется ComHelper) |