FormattedText.AddNewLineText

AddNewLineText(string)

تضيف سطرًا جديدًا إلى كائن FormattedText وتحدد newLineText لنص السطر التالي.

public void AddNewLineText(string newLineText)
ParameterTypeDescription
newLineTextStringنص السطر الجديد المضاف.

See Also


AddNewLineText(string, float)

تضيف سطرًا جديدًا إلى كائن FormattedText وتحدد newLineText لنص السطر التالي.

public void AddNewLineText(string newLineText, float lineSpacing)
ParameterTypeDescription
newLineTextStringنص السطر الجديد المضاف.
lineSpacingSingleتباعد السطر.

See Also