Class VisualObjectPlacement
Contents
[
Hide
]VisualObjectPlacement class
Represents placement and appearance of OleObject
in a view.
public sealed class VisualObjectPlacement
Constructors
Name | Description |
---|---|
VisualObjectPlacement() | Initializes a new instance of the VisualObjectPlacement class. |
Properties
Name | Description |
---|---|
AttachmentPoint { get; set; } | Gets or sets alignment of visual object relative to a task when ‘Attach to task’ options is selected. |
BorderLineColor { get; set; } | Gets or sets border line color. |
BorderLineThickness { get; set; } | Gets or sets border line thickness (allowed values are 0 - 5). |
FillColor { get; set; } | Gets or sets fill color. |
FillPattern { get; set; } | Gets or sets fill pattern. |
Height { get; set; } | Gets or sets displayed height of visual object. |
HorizontalOffset { get; set; } | Gets or sets horizontal offset of visual object. |
OleObjectId { get; set; } | Gets or sets Id of OleObject object. |
TaskId { get; set; } | Gets or sets Id of task if ‘Attach to task’ options is selected, -1 otherwise. |
TimescaleDate { get; set; } | Gets or sets date placement of visual object when ‘Attach to timescale’ options is selected. |
VerticalOffset { get; set; } | Gets or sets vertical offset of visual object. |
Width { get; set; } | Gets or sets displayed width of visual object. |
See Also
- namespace Aspose.Tasks.Visualization
- assembly Aspose.Tasks