The PsdTextVObject type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PsdTextVObject | Overloaded. Creates and initializes an instance of the PsdTextVObject class. |
Name | Description | |
---|---|---|
![]() |
BeginUpdate |
Starts updating of this VObject. (Inherited from VObject.) |
![]() |
Draw |
Draws TextVObject on the specified Bitmap. (Inherited from TextVObject.) |
![]() |
EndUpdate |
Finishes updating of this VObject. (Inherited from VObject.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnChanged |
Raises the Changed event. (Inherited from VObject.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
Update |
Updates this TextVObject. (Inherited from TextVObject.) |
Name | Description | |
---|---|---|
![]() |
Alignment |
Gets or sets the value that specifies text alignment. (Inherited from TextVObject.) |
![]() |
Angle |
Gets or sets an angle (in degrees) to rotate the rectangle on. (Inherited from BaseRectangleVObject.) |
![]() |
Bold |
Get or sets the value indicating whether the text of this TextVObject is bold. (Inherited from TextVObject.) |
![]() |
BorderColor |
Gets or sets a color of the border around this RectangleVObject. (Inherited from RectangleVObject.) |
![]() |
BorderWidth |
Gets or sets a width of the border around this RectangleVObject. (Inherited from RectangleVObject.) |
![]() |
Bounds |
Gets the size and location (in points) of this BaseRectangleVObject relatively to the Canvas it belongs to. (Inherited from BaseRectangleVObject.) |
![]() |
Canvas |
Gets a reference to the Canvas object this VObject belongs to. (Inherited from VObject.) |
![]() |
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. |
![]() |
Data |
Gets or sets serialized data of this PsdTextVObject. (Overrides TextVObject.Data.) |
![]() |
FillColor |
Gets or sets a color used to fill this RectangleVObject. (Inherited from RectangleVObject.) |
![]() |
FontName |
Gets or sets typeface name of the font used to display a text in this TextVObject. (Inherited from TextVObject.) |
![]() |
FontSize |
Gets or sets the size of the font used to display text in this TextVObject. (Inherited from TextVObject.) |
![]() |
Height |
Gets or sets the height of this RectangleVObject. (Inherited from RectangleVObject.) |
![]() |
Index |
Get the index of this VObject in the VObjectCollection. Returns |
![]() |
IsUpdating |
Gets or sets a value indicating whether VObject is updating. (Inherited from VObject.) |
![]() |
Italic |
Get or sets the value indicating whether the text of this TextVObject is italic. (Inherited from TextVObject.) |
![]() |
Layer |
Gets a reference to the Layer object this VObject belongs to. (Inherited from VObject.) |
![]() |
Location |
Gets or sets the coordinates of the upper-left corner of this RectangleVObject. (Inherited from RectangleVObject.) |
![]() |
Locked |
Gets or sets the value indicating if the VObject is locked. (Inherited from VObject.) |
![]() |
Mode |
Gets or sets the state of this VObject. (Inherited from VObject.) |
![]() |
Name |
Gets or sets the name of the VObject. (Inherited from VObject.) |
![]() |
OriginalAlignment |
Gets or sets the value that specifies an origianl text alignment. |
![]() |
OriginalBold |
Get or sets the value indicating whether an original text of this PsdTextVObject is bold. |
![]() |
OriginalFontName |
Gets or sets original typeface name of the font used to display a text in this PsdTextVObject. |
![]() |
OriginalFontSize |
Gets or sets an origianl size of the font used to display text in this PsdTextVObject. |
![]() |
OriginalItalic |
Get or sets the value indicating whether an original text of this PsdTextVObject is italic. |
![]() |
OriginalUnderline |
Get or sets the value indicating whether an original text of this PsdTextVObject is underlined. |
![]() |
OriginalWeight |
Gets or sets an origianl weight of the font used to display text in this PsdTextVObject. |
![]() |
Rectangle |
Gets or sets a rectangle and its rotation angle. (Inherited from BaseRectangleVObject.) |
![]() |
Source |
Get or set a URL to image with rendered text. (Inherited from TextVObject.) |
![]() |
SupportedActions |
Gets or sets the enumeration of actions which can be applied to this TextVObject. (Inherited from TextVObject.) |
![]() |
Tag |
Gets or sets custom data. (Inherited from VObject.) |
![]() |
Text |
Gets or sets a text string to display within this TextVObject. (Inherited from TextVObject.) |
![]() |
TextColor |
Gets or sets color of the font used to display a text in this TextVObject. (Inherited from TextVObject.) |
![]() |
Transform |
Gets or sets value which configures v-object transformation. (Inherited from VObject.) |
![]() |
Underline |
Get or sets the value indicating whether the text of this TextVObject is underlined. (Inherited from TextVObject.) |
![]() |
UniqueId |
Gets or sets a unique identifier of this VObject. (Inherited from VObject.) |
![]() |
Visible |
Gets or sets the value indicating if the VObject is visible. (Inherited from VObject.) |
![]() |
Width |
Gets or sets the width of this RectangleVObject. (Inherited from RectangleVObject.) |
Name | Description | |
---|---|---|
![]() |
Changed |
Raised when the VObject is modified (after the modification is completed). (Inherited from VObject.) |