[]
Initializes new instance of the LabelInfo class with default settings
public LabelInfo()
Initializes new instance of the LabelInfo class with default settings
public LabelInfo(AntiAliasMode antiAliasMode)
| Type | Name | Description |
|---|---|---|
| AntiAliasMode | antiAliasMode |
Initializes new instance of the LabelInfo class
public LabelInfo(Line border, Backdrop backdrop, FontInfo font, string format, Alignment alignment)
| Type | Name | Description |
|---|---|---|
| Line | border | border info to outline label's bar |
| Backdrop | backdrop | backdrop info to fill label's bar |
| FontInfo | font | font info to draw label text |
| string | format | format string to draw label |
| Alignment | alignment | label alignment around the anchor point |
Initializes new instance of the LabelInfo class
public LabelInfo(Line border, Backdrop backdrop, FontInfo font, string format, Alignment alignment, AntiAliasMode antiAliasMode)
| Type | Name | Description |
|---|---|---|
| Line | border | border info to outline label's bar |
| Backdrop | backdrop | backdrop info to fill label's bar |
| FontInfo | font | font info to draw label text |
| string | format | format string to draw label |
| Alignment | alignment | label alignment around the anchor point |
| AntiAliasMode | antiAliasMode |
For internal use only.
public LabelInfo(string xml)
| Type | Name | Description |
|---|---|---|
| string | xml |
For internal use only.
public LabelInfo(string xml, GraphXmlSerializationContext context)
| Type | Name | Description |
|---|---|---|
| string | xml | |
| GraphXmlSerializationContext | context |