VisualObjectPlacement
Contents
[
Hide
]VisualObjectPlacement class
Represents placement and appearance of OleObject in a view.
Constructors
| Name | Description |
|---|---|
| VisualObjectPlacement | Initializes a new instance of the VisualObjectPlacement class. |
Methods
| Name | Description |
|---|---|
| get_AttachmentPoint | Gets alignment of visual object relative to a task when ‘Attach to task’ options is selected. |
| get_BorderLineColor | Gets border line color. |
| get_BorderLineThickness | Gets border line thickness (allowed values are 0 - 5). |
| get_FillColor | Gets fill color. |
| get_FillPattern | Gets fill pattern. |
| get_Height | Gets displayed height of visual object. |
| get_HorizontalOffset | Gets horizontal offset of visual object. |
| get_OleObjectId | Gets Id of OleObject object. |
| get_TaskId | Gets Id of task if ‘Attach to task’ options is selected, -1 otherwise. |
| get_TimescaleDate | Gets date placement of visual object when ‘Attach to timescale’ options is selected. |
| get_VerticalOffset | Gets vertical offset of visual object. |
| get_Width | Gets displayed width of visual object. |
| set_AttachmentPoint | Sets alignment of visual object relative to a task when ‘Attach to task’ options is selected. |
| set_BorderLineColor | Sets border line color. |
| set_BorderLineThickness | Sets border line thickness (allowed values are 0 - 5). |
| set_FillColor | Sets fill color. |
| set_FillPattern | Sets fill pattern. |
| set_Height | Sets displayed height of visual object. |
| set_HorizontalOffset | Sets horizontal offset of visual object. |
| set_OleObjectId | Sets Id of OleObject object. |
| set_TaskId | Sets Id of task if ‘Attach to task’ options is selected, -1 otherwise. |
| set_TimescaleDate | Sets date placement of visual object when ‘Attach to timescale’ options is selected. |
| set_VerticalOffset | Sets vertical offset of visual object. |
| set_Width | Sets displayed width of visual object. |