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

TextVObject.ChangeTextAreaAction Class

This class represents an action that resizes the region occupied by the text.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Class ChangeTextAreaAction _
	Inherits VObjectAction
C#
public class ChangeTextAreaAction : VObjectAction

Remarks

This action allow resizing the text area without resizing the text itself.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.WinControls.VObjectAction
L Aurigma.GraphicsMill.WinControls.TextVObject.ChangeTextAreaAction

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference