The C1Text type exposes the following members.

Properties

  NameDescription
CalcSize
Specifies the calculated size of object, this size depends from TextSize, AutoWidth and AutoHeight properties, for example if AutoWidth = true and AutoHeight = true then CalcSize = MaxLineWidth, AllLinesHeight + RotateOffset * 2; If AutoWidth = false and AutoHeight = false then CalcSize = TextSize and so on.
FirstCharIndex
Gets or sets the index of the first char of text range within Text property, which will be used in measurements.
FittedAllCharacters
Gets the value indicating that all characters are fitted.
FittedBounds
Specifies the size of "fitted" part of object, for example if only first three lines of object are fit in the specified TextSize then FittedBounds.Height equals summary height of first three lines.
FittedCharacterCount
Gets the number of characters are fit in the specified area, this property always equals Text.Length if AutoHeight is true.
FittedLineCount
Gets the number of lines which fit fully in the specified area.
Length
Gets or sets the length of the text range within Text property, which will be used in measurements.
Lines
Gets the lines array.
Text
Specifies the text to render.
TextDirection
Gets the direction of text within C1Text object, direction depends on TextAngle.
TextSize
Specifies the bounds of object.
WordWrap
Indicates whether a object automatically wraps words to the beginning of the next line when necessary.

See Also