Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal border As Line, _ ByVal backdrop As Backdrop, _ ByVal font As FontInfo, _ ByVal format As System.String, _ ByVal alignment As Alignment _ ) |
C# | |
---|---|
public LabelInfo( Line border, Backdrop backdrop, FontInfo font, System.string format, Alignment alignment ) |
Parameters
- border
- Specifies the border information used to outline the label.
- backdrop
- Specifies the backdrop information to use for the label.
- font
- Specifies the font information used to draw the text of the label.
- format
- Specifies the format string used to draw the label.
- alignment
Specifies the label alignment around the anchor point.