Class TextStatusOverlay
Text status overlay.
Implements
Inherited Members
Namespace: VisioForge.Core.Types
Assembly: VisioForge.Core.dll
Syntax
public class TextStatusOverlay : IStatusOverlay
Constructors
TextStatusOverlay()
Initializes a new instance of the TextStatusOverlay class.
Declaration
public TextStatusOverlay()
Properties
Brush
Gets or sets brush.
Declaration
public Brush Brush { get; set; }
Property Value
Type | Description |
---|---|
Brush |
Font
Gets or sets font.
Declaration
public Font Font { get; set; }
Property Value
Type | Description |
---|---|
Font |
HorizontalAlignment
Gets or sets horizontal alignment.
Declaration
public HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Type | Description |
---|---|
HorizontalAlignment |
StringFormat
Gets or sets string format.
Declaration
public StringFormat StringFormat { get; set; }
Property Value
Type | Description |
---|---|
StringFormat |
TextConnecting
Gets or sets "connecting" text.
Declaration
public string TextConnecting { get; set; }
Property Value
Type | Description |
---|---|
string |
VerticalAlignment
Gets or sets vertical alignment.
Declaration
public VerticalAlignment VerticalAlignment { get; set; }
Property Value
Type | Description |
---|---|
VerticalAlignment |