BoundedTextVObject Members

The BoundedTextVObject type exposes the following members.

Methods

Name Description
Public method clone (Inherited from VObject.)
Public method dispose

Removes the current ImageVObject from the application.

(Inherited from ContentVObject.)
Public method draw

Draws this vector image.

(Inherited from ContentVObject.)
Public method drawDesign

Draws grips which frame this rectangle vector object.

(Inherited from BaseRectangleVObject.)
Public method endUpdate (Inherited from VObject.)
Public method hitTest

Determines whether the specified point is located inside this vector object.

(Inherited from BaseRectangleVObject.)
Public method initialize

Initializes the current VObject.

(Inherited from VObject.)
Public method isLoadingImage (Inherited from ContentVObject.)
Public method isLocked (Inherited from VObject.)
Public method isVisible (Inherited from VObject.)
Public method processEvent

Executes the specified event.

(Inherited from BaseRectangleVObject.)
Public method processKeyEvent (Inherited from BaseRectangleVObject.)
Public method processMouseEvent (Inherited from ContentVObject.)
Public method quickUpdate

Update this vector image only.

(Inherited from ContentVObject.)
Public method raiseChanged

Fires the changed event.

(Inherited from VObject.)
Public method raiseChanging

Fires the changing event.

(Inherited from VObject.)
Public method update

Properties

Name Description
Public property alignment

Gets or sets the value that specifies text alignment.

(Inherited from BaseTextVObject.)
Public property bold

Get or sets the value indicating whether the text of this vector text block is bold.

(Inherited from BaseTextVObject.)
Public property borderColor

Gets or sets a color of the border around this vector rectangle.

(Inherited from RectangleVObject.)
Public property borderWidth

Gets or sets a width of the border around this vector rectangle.

(Inherited from RectangleVObject.)
Public property bounds

Gets the size and location of this BaseRectangleVObject taking into account its rotation and margins.

(Inherited from BaseRectangleVObject.)
Public property canvas

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

(Inherited from VObject.)
Public property controlPoints

Gets or sets an array of control points associated with the v-object.

(Inherited from VObject.)
Public property cursor (Inherited from BaseRectangleVObject.)
Public property data

Gets or sets serialized data of this v-object.

(Inherited from VObject.)
Public property fillColor

Gets or sets a color used to fill this vector rectangle.

(Inherited from RectangleVObject.)
Public property fixedBorderWidth (Inherited from RectangleVObject.)
Public property fontName

Gets or sets typeface name of the font used to display a text in this vector text block.

(Inherited from BaseTextVObject.)
Public property fontSize

Gets or sets the size of the font used to display text in this vector text block.

(Inherited from BaseTextVObject.)
Public property height

Gets or sets the height of this vector rectangle.

(Inherited from RectangleVObject.)
Public property index

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

(Inherited from VObject.)
Public property italic

Get or sets the value indicating whether the text of this vector text block is italic.

(Inherited from BaseTextVObject.)
Public property layer

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

(Inherited from VObject.)
Public property location

Gets or sets the coordinates of the upper-left corner of this vector rectangle.

(Inherited from RectangleVObject.)
Public property locked

Gets or sets the value indicating if the v-object is locked.

(Inherited from VObject.)
Public property maskColor (Inherited from ContentVObject.)
Public property mode

Gets or sets the state of this v-object.

(Inherited from VObject.)
Public property name

Gets or sets the name of this vector object.

(Inherited from VObject.)
Public property permissions (Inherited from VObject.)
Public property ready (Inherited from ContentVObject.)
Public property rectangle

Gets a rectangle and its rotation angle corresponded to this image vector object.

(Inherited from RectangleVObject.)
Public property selectionRectangle (Inherited from BaseRectangleVObject.)
Public property style (Inherited from BaseTextVObject.)
Public property supportedActions

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

(Inherited from VObject.)
Public property tag

Gets or sets custom data.

(Inherited from VObject.)
Public property textColor

Gets or sets color of the font used to display a text in this vector text block.

(Inherited from BaseTextVObject.)
Public property textWrappingMode (Inherited from BaseRectangleVObject.)
Public property tracking (Inherited from BaseTextVObject.)
Public property transform

Gets or sets value which configures v-object transformation.

(Inherited from VObject.)
Public property underline

Get or sets the value indicating whether the text of this vector text block is underlined.

(Inherited from BaseTextVObject.)
Public property uniqueId

Gets or sets a unique identifier of this vector object.

(Inherited from VObject.)
Public property visible

Gets or sets the value indicating if the v-object is visible.

(Inherited from VObject.)
Public property width

Gets or sets the width of this vector rectangle.

(Inherited from RectangleVObject.)
Public property wrappingMargin
Public property wrappingRectangles

Events

Name Description
Public event beforeCreate

Fires when v-object is about to be created.

(Inherited from VObject.)
Public event changed

Fires when v-object was modified (after the end of an operation).

(Inherited from VObject.)
Public event changing

Fires before v-object is being modified (before the start of an operation).

(Inherited from VObject.)
Public event doubleClick

Fires when v-object double click.

(Inherited from BaseRectangleVObject.)

See Also

Reference