Table of Contents

Class DiagramButton

Namespace
Lers.Models
Assembly
Lers.Models.dll

Сериализуемые параметры объекта мнемосхемы кнопка.

public class DiagramButton : IDiagramObjectWithId, IDiagramObjectWithObjectAppearance
Inheritance
DiagramButton
Implements
Inherited Members
Extension Methods

Properties

Appearance

Оформление отображаемого текста.

public DiagramItemObjectAppearanceText Appearance { get; set; }

Property Value

DiagramItemObjectAppearanceText

Arguments

Аргументы выполнения программы.

public string[] Arguments { get; set; }

Property Value

string[]

ExecuteString

Строка выполненния.

public string ExecuteString { get; set; }

Property Value

string

Id

Идентификатор объекта диаграммы.

public int Id { get; set; }

Property Value

int

Locked

Элемент заблокирован для перемещения.

public bool Locked { get; set; }

Property Value

bool

Points

Список координатных точек объекта.

public KeyValuePair<double, double>[] Points { get; set; }

Property Value

KeyValuePair<double, double>[]

Text

Текст на кнопке.

public string Text { get; set; }

Property Value

string