The MultilineTextShape type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MultilineTextShape |
Create a new empty multiline text shape.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Clones a Shape.
(Overrides Shape..::..Clone()()()().) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read from XML reader.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| BottomMargin |
Extra space below this shape (only useful in combination with docking).
(Inherited from Shape.) | |
| Dock |
How this shape is docked.
(Inherited from Shape.) | |
| FirstLineIndentation |
Indentation of first line.
| |
| FlowDirection |
Flow direction of text elements (fragments).
| |
| Fragments |
Collection of text fragments.
| |
| HangIndentation |
Indentation of all except first line.
| |
| Height |
Height of this MultilineTextShape, when the contents should be auto-sized. The content will be auto-sized when the following constaints are true: 1) Only one fragment is present; 2) The font-size in that fragment is specified as zero (0).
| |
| HorizontalAlignment |
The horizontal alignment.
| |
| ID |
This Identifier (ID) can be used to track which shape raise an exception.
(Inherited from Shape.) | |
| Justified |
Whether text is justified.
| |
| LeftMargin |
Extra space to the left of this shape (only useful in combination with docking).
(Inherited from Shape.) | |
| LineSpacing |
Extra spacing between lines in points.
| |
| MaxFontSize |
The maximum font size the auto-sized text will be (default = 100).
| |
| MeasuredHeight |
The measured height is the space that will be used when drawing this shape on the page.
This height is calculated with the fragments available in the fragments collection,
it respects the Width property and font-sizes used in the fragments.
| |
| Opacity |
The opacity (0...255) which must be used for this shape. Default is 255 (fully opaque).
(Inherited from Shape.) | |
| RightMargin |
Extra space to the right of this shape (only useful in combination with docking).
(Inherited from Shape.) | |
| Rotation |
Amount of rotation in degrees around the origin of the shape, clockwise.
(Inherited from ContentShape.) | |
| RotationOffsetX |
Get or set the X-component of the offset to rotation center, relative to the origin of the shape.
(Inherited from ContentShape.) | |
| RotationOffsetY |
Get or set the Y-component of the offset to rotation center, relative to the origin of the shape.
(Inherited from ContentShape.) | |
| TabStops |
Allows you to define points to jump to when a tab character is encountered.
| |
| TopMargin |
Extra space above this shape (only useful in combination with docking).
(Inherited from Shape.) | |
| Width |
Width of this MultilineTextShape.
| |
| X |
X-position of the lower-left corner, center or start point (depending on shape type).
(Inherited from Shape.) | |
| Y |
Y-position of the lower-left corner, center or start point (depending on shape type).
(Inherited from Shape.) |
Events
| Name | Description | |
|---|---|---|
| LineBreak |
Will be fired when a word has to be broken on a line end.
|