Table of Contents

Class DiagramItemObjectAppearanceText

Namespace
Lers.Models
Assembly
Lers.Models.dll

Оформление элемента мнемосхемы, поддерживающего отображение текста.

public class DiagramItemObjectAppearanceText : DiagramItemObjectAppearance
Inheritance
DiagramItemObjectAppearanceText
Inherited Members
Extension Methods

Constructors

DiagramItemObjectAppearanceText()

Инициализирует новый экземпляр класса DiagramItemObjectAppearanceText.

public DiagramItemObjectAppearanceText()

Properties

Font

Шрифт.

public Font Font { get; set; }

Property Value

Font

FontColor

Цвет текста.

public Color FontColor { get; set; }

Property Value

Color

TextAlignment

Выравнивание текста.

public StringAlignment TextAlignment { get; set; }

Property Value

StringAlignment