Specifies the label alignment around the anchor point.
Specifies the AntiAliasMode to use. Value can be Auto, None, Graphics, Text, or Both.
Initializes a new instance of the LabelInfo class with the parameters specified.
[Visual Basic]
Public Function New( _
ByVal border As Line, _
ByVal backdrop As Backdrop, _
ByVal font As FontInfo, _
ByVal format As String, _
ByVal alignment As Alignment, _
ByVal antiAliasMode As AntiAliasMode _
)
[C#]
public LabelInfo(
Line border,
Backdrop backdrop,
FontInfo font,
string format,
Alignment alignment,
AntiAliasMode antiAliasMode
);
Specifies the label alignment around the anchor point.
Specifies the AntiAliasMode to use. Value can be Auto, None, Graphics, Text, or Both.
LabelInfo Class | LabelInfo Members | Overload List
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.