VisualObjectPlacement

VisualObjectPlacement class

Represents placement and appearance of OleObject in a view.

Constructors

NameDescription
VisualObjectPlacementInitializes a new instance of the VisualObjectPlacement class.

Methods

NameDescription
get_AttachmentPointGets alignment of visual object relative to a task when ‘Attach to task’ options is selected.
get_BorderLineColorGets border line color.
get_BorderLineThicknessGets border line thickness (allowed values are 0 - 5).
get_FillColorGets fill color.
get_FillPatternGets fill pattern.
get_HeightGets displayed height of visual object.
get_HorizontalOffsetGets horizontal offset of visual object.
get_OleObjectIdGets Id of OleObject object.
get_TaskIdGets Id of task if ‘Attach to task’ options is selected, -1 otherwise.
get_TimescaleDateGets date placement of visual object when ‘Attach to timescale’ options is selected.
get_VerticalOffsetGets vertical offset of visual object.
get_WidthGets displayed width of visual object.
set_AttachmentPointSets alignment of visual object relative to a task when ‘Attach to task’ options is selected.
set_BorderLineColorSets border line color.
set_BorderLineThicknessSets border line thickness (allowed values are 0 - 5).
set_FillColorSets fill color.
set_FillPatternSets fill pattern.
set_HeightSets displayed height of visual object.
set_HorizontalOffsetSets horizontal offset of visual object.
set_OleObjectIdSets Id of OleObject object.
set_TaskIdSets Id of task if ‘Attach to task’ options is selected, -1 otherwise.
set_TimescaleDateSets date placement of visual object when ‘Attach to timescale’ options is selected.
set_VerticalOffsetSets vertical offset of visual object.
set_WidthSets displayed width of visual object.