Class VisualObjectPlacement

Class VisualObjectPlacement

Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.2.0)

Represents placement and appearance of Aspose.Tasks.OleObject in a view.

public sealed class VisualObjectPlacement

Inheritance

objectVisualObjectPlacement

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

VisualObjectPlacement()

Initializes a new instance of the Aspose.Tasks.Visualization.VisualObjectPlacement class.

public VisualObjectPlacement()

Properties

AttachmentPoint

Gets or sets alignment of visual object relative to a task when ‘Attach to task’ options is selected.

public HorizontalAlignment AttachmentPoint { get; set; }

Property Value

HorizontalAlignment

BorderLineColor

Gets or sets border line color.

public Color BorderLineColor { get; set; }

Property Value

Color

BorderLineThickness

Gets or sets border line thickness (allowed values are 0 - 5).

public byte BorderLineThickness { get; set; }

Property Value

byte

FillColor

Gets or sets fill color.

public Color FillColor { get; set; }

Property Value

Color

FillPattern

Gets or sets fill pattern.

public FillPattern FillPattern { get; set; }

Property Value

FillPattern

Height

Gets or sets displayed height of visual object.

public double Height { get; set; }

Property Value

double

HorizontalOffset

Gets or sets horizontal offset of visual object.

public double HorizontalOffset { get; set; }

Property Value

double

OleObjectId

Gets or sets Id of Aspose.Tasks.OleObject object.

public int OleObjectId { get; set; }

Property Value

int

TaskId

Gets or sets Id of task if ‘Attach to task’ options is selected, -1 otherwise.

public int TaskId { get; set; }

Property Value

int

TimescaleDate

Gets or sets date placement of visual object when ‘Attach to timescale’ options is selected.

public DateTime TimescaleDate { get; set; }

Property Value

DateTime

VerticalOffset

Gets or sets vertical offset of visual object.

public double VerticalOffset { get; set; }

Property Value

double

Width

Gets or sets displayed width of visual object.

public double Width { get; set; }

Property Value

double