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

PsdTextVObjectData Members

The PsdTextVObjectData type exposes the following members.

Constructors

Name Description
Public method PsdTextVObjectData Overloaded.

Creates and initializes an instance of the PsdTextVObjectData class.

Methods

Name Description
Public method ApplyState

Applies the stored state to the specified VObject.

(Overrides TextVObjectData.ApplyState(VObject).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property Alignment

Gets or sets the value that specifies text alignment.

(Inherited from TextVObjectData.)
Public property Bold

Get or sets the value indicating whether the text of the text v-object is bold.

(Inherited from TextVObjectData.)
Public property BorderColor

Gets or sets a color of the border around the rectangle v-object.

(Inherited from RectangleVObjectData.)
Public property BorderWidth

Gets or sets a width of the border around the rectangle v-object.

(Inherited from RectangleVObjectData.)
Public property ControlPoints

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

(Inherited from VObjectData.)
Public property CustomFont

Gets or sets the value indicating whether to use a custom font or an original one when rendering.

Public property FillColor

Gets or sets a color used to fill the rectangle v-object.

(Inherited from RectangleVObjectData.)
Public property FontName

Gets or sets typeface name of the font used to display a text in the text v-object.

(Inherited from TextVObjectData.)
Public property FontSize

Gets or sets the size of the font used to display text in the text v-object.

(Inherited from TextVObjectData.)
Public property Italic

Get or sets the value indicating whether the text of the text v-object is italic.

(Inherited from TextVObjectData.)
Public property Locked

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

(Inherited from VObjectData.)
Public property Mode

Gets or sets the state of the v-object.

(Inherited from VObjectData.)
Public property Name

Gets or sets the name of the v-object.

(Inherited from VObjectData.)
Public property NeedToRerender

Get or sets the value indicating whether the text v-object should be rerendered when updating.

(Inherited from TextVObjectData.)
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 the extended text v-object is bold.

Public property OriginalFontName

Gets or sets original typeface name of the font used to display a text in the extended text v-object.

Public property OriginalFontSize

Gets or sets an origianl size of the font used to display text in the extended text v-object.

Public property OriginalItalic

Get or sets the value indicating whether an original text of the extended text v-object is italic.

Public property OriginalUnderline

Get or sets the value indicating whether an original text of the extended text v-object is underlined.

Public property OriginalWeight

Gets or sets an origianl weight of the font used to display text in the extended text v-object.

Public property Source

Get or set a URL to image with rendered text.

(Inherited from TextVObjectData.)
Public property SupportedActions

Gets or sets the enumeration of actions which can be applied to the v-object.

(Inherited from VObjectData.)
Public property Tag

Gets or sets custom data.

(Inherited from VObjectData.)
Public property Text

Gets or sets a text string to display within the text v-object.

(Inherited from TextVObjectData.)
Public property TextColor

Gets or sets color of the font used to display a text in the text v-object.

(Inherited from TextVObjectData.)
Public property Transform

Gets or sets value which configures v-object transformation.

(Inherited from VObjectData.)
Public property Underline

Get or sets the value indicating whether the text of the text v-object is underlined.

(Inherited from TextVObjectData.)
Public property UniqueId

Gets or sets a unique identifier of the v-object.

(Inherited from VObjectData.)
Public property Visible

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

(Inherited from VObjectData.)

See Also

Reference