The IEObjectLineLabel type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| BlendOperation |
BlendOperation specifies the blending operation. Default is RenderOperation.Normal.
| |
| Bottom |
Specifies the bottom offset of this object. The coordinates are in pixels with zoom = 100%.
When setting Bottom also Top is moved in order to maintain the original object width.
| |
| BrushColor |
Get/set the object brush color
| |
| BrushStyle |
Specifies the pattern for the brush.
| |
| FontHeight |
Specifies the height of the text font.
| |
| FontName |
Specifies the font name
| |
| FontQuality |
Specifies the quality (antialias, clear type, etc) of the text font.
| |
| FontStyle |
Specifies the font style
| |
| GetObjectDiagonalLen | GetObjectDiagonalLen returns the diagonal length of the specified object. For a box (image or rectangle) it is the diagonal length. For a line (or ruler) it is the line or ruler length. | |
| Height |
The height of the object
| |
| ID |
ID is an application value for the object. IEvolution doesn't use this value, but saves and loads like other properties.
| |
| LabelBorder |
ObjLabelBorder specifies the label (text) border style.
| |
| LabelBrushColor |
The label brush color
| |
| LabelBrushStyle |
Specifies the pattern for the brush of the label.
| |
| LabelPos |
Specifies the label position
| |
| Layer |
Specifies layer index where the object is located (drawed and referenced). Default is "0" and means draw on layer 0.
| |
| Left |
The left coordinate of the object
| |
| MaintainAspectRatio |
When true, the object maintain the aspect ratio when resized (like ALT key).
| |
| Name |
Name is an application string for the object. IEvolution doesn't use this value, but saves and loads like other properties.
| |
| PenColor |
Get/set the object pen color
| |
| PenStyle |
Determines the style in which the pen draws lines.
| |
| PenWidth |
Use Width to give the line greater weight.
| |
| Rect |
Set/get the object rectangle.
| |
| Right |
Specifies the right offset of this object. The coordinates are in pixels with zoom = 100%.
When setting Right also Left is moved in order to maintain the original object width.
| |
| Selected | Allows to know if the object is selected. Also it allows to select the object. | |
| Shadow |
Specifies the object shadow properties
| |
| ShapeBegin |
Specifies the beginning shape of the object
| |
| ShapeEnd |
Specifies the ending shape of the object
| |
| ShapeHeight |
The shape height
| |
| ShapeWidth |
The shape width
| |
| Style |
Specifies the object behavior.
| |
| Text |
The object text
| |
| TextAlign |
Specifies how text is aligned within the object.
| |
| Top |
The top coordinate of the object
| |
| Transparency | Specifies the object transparency. 0=fully transparent 255=fully opaque | |
| Width |
The width of the object
|