Class DiagramFixedSizeLink
Сериализуемые параметры объекта мнемосхемы ссылка фиксированного размера.
public class DiagramFixedSizeLink : IDiagramObjectWithId, IDiagramObjectWithObjectAppearance
- Inheritance
-
DiagramFixedSizeLink
- Implements
- Inherited Members
- Extension Methods
Properties
Appearance
Оформление элемента.
public DiagramItemObjectAppearanceText Appearance { get; set; }
Property Value
DiagramId
Идентификатор ссылки на мнемосхему.
public int DiagramId { get; set; }
Property Value
Id
Идентификатор.
public int Id { get; set; }
Property Value
Locked
Отмечает заблокирован ли объект.
public bool Locked { get; set; }
Property Value
Points
Список координатных точек объекта.
public KeyValuePair<double, double>[] Points { get; set; }
Property Value
- KeyValuePair<double, double>[]
UserEnteredText
Текст, введённый пользователем для отображения.
public string UserEnteredText { get; set; }