VObject Properties

The VObject type exposes the following members.

Properties

Name Description
Public property Bounds

Gets the size and location (in points) of this VObject relatively to the Canvas it belongs to.

Public property Canvas

Gets a reference to the Canvas object this VObject belongs to.

Public property Data

Gets or sets serialized data of this VObject.

Public property Index

Get the index of this VObject in the VObjectCollection. Returns -1 if the VObject was not added to the collection.

Public property IsUpdating

Gets or sets a value indicating whether VObject is updating.

Public property Layer

Gets a reference to the Layer object this VObject belongs to.

Public property Locked

Gets or sets the value indicating if the VObject is locked.

Public property Name

Gets or sets the name of the VObject.

Public property Permissions
Public property SupportedActions

Gets or sets the enumeration of actions which can be applied to this VObject.

Public property Tag

Gets or sets custom data.

Public property Transform

Gets or sets value which configures v-object transformation.

Public property UniqueId

Gets or sets a unique identifier of this VObject.

Public property Visible

Gets or sets the value indicating if the VObject is visible.

See Also

Reference