This documentation is for the old version. Go to the latest Graphics Mill docs

PsdTextVObject Properties

The PsdTextVObject type exposes the following members.

Properties

Name Description
Public property Alignment

Gets or sets the value that specifies text alignment.

(Inherited from TextVObject.)
Public property Angle

Gets or sets an angle (in degrees) to rotate the rectangle on.

(Inherited from BaseRectangleVObject.)
Public property Bold

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

(Inherited from TextVObject.)
Public property BorderColor

Gets or sets a color of the border around this RectangleVObject.

(Inherited from RectangleVObject.)
Public property BorderWidth

Gets or sets a width of the border around this RectangleVObject.

(Inherited from RectangleVObject.)
Public property Bounds

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

(Inherited from BaseRectangleVObject.)
Public property Canvas

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

(Inherited from VObject.)
Public property CustomFont

Gets or sets the value indicating whether to use a custom font (specified through FontName, FontSize, etc properties) or an original one when rendering.

Public property Data

Gets or sets serialized data of this PsdTextVObject.

(Overrides TextVObject.Data.)
Public property FillColor

Gets or sets a color used to fill this RectangleVObject.

(Inherited from RectangleVObject.)
Public property FontName

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

(Inherited from TextVObject.)
Public property FontSize

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

(Inherited from TextVObject.)
Public property Height

Gets or sets the height of this RectangleVObject.

(Inherited from RectangleVObject.)
Public property Index

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

(Inherited from VObject.)
Public property IsUpdating

Gets or sets a value indicating whether VObject is updating.

(Inherited from VObject.)
Public property Italic

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

(Inherited from TextVObject.)
Public property Layer

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

(Inherited from VObject.)
Public property Location

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

(Inherited from RectangleVObject.)
Public property Locked

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

(Inherited from VObject.)
Public property Mode

Gets or sets the state of this VObject.

(Inherited from VObject.)
Public property Name

Gets or sets the name of the VObject.

(Inherited from VObject.)
Public property OriginalAlignment

Gets or sets the value that specifies an origianl text alignment.

Public property OriginalBold

Get or sets the value indicating whether an original text of this PsdTextVObject is bold.

Public property OriginalFontName

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

Public property OriginalFontSize

Gets or sets an origianl size of the font used to display text in this PsdTextVObject.

Public property OriginalItalic

Get or sets the value indicating whether an original text of this PsdTextVObject is italic.

Public property OriginalUnderline

Get or sets the value indicating whether an original text of this PsdTextVObject is underlined.

Public property OriginalWeight

Gets or sets an origianl weight of the font used to display text in this PsdTextVObject.

Public property Rectangle

Gets or sets a rectangle and its rotation angle.

(Inherited from BaseRectangleVObject.)
Public property Source

Get or set a URL to image with rendered text.

(Inherited from TextVObject.)
Public property SupportedActions

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

(Inherited from TextVObject.)
Public property Tag

Gets or sets custom data.

(Inherited from VObject.)
Public property Text

Gets or sets a text string to display within this TextVObject.

(Inherited from TextVObject.)
Public property TextColor

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

(Inherited from TextVObject.)
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 TextVObject is underlined.

(Inherited from TextVObject.)
Public property UniqueId

Gets or sets a unique identifier of this VObject.

(Inherited from VObject.)
Public property Visible

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

(Inherited from VObject.)
Public property Width

Gets or sets the width of this RectangleVObject.

(Inherited from RectangleVObject.)

See Also

Reference