|
|
@ -60,7 +60,7 @@ namespace ICSharpCode.AvalonEdit.Rendering |
|
|
|
/// <see cref="VisualLineElementTextRunProperties"/> will affect only this
|
|
|
|
/// <see cref="VisualLineElementTextRunProperties"/> will affect only this
|
|
|
|
/// <see cref="VisualLineElement"/>.
|
|
|
|
/// <see cref="VisualLineElement"/>.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public VisualLineElementTextRunProperties TextRunProperties { get; set; } |
|
|
|
public VisualLineElementTextRunProperties TextRunProperties { get; private set; } |
|
|
|
|
|
|
|
|
|
|
|
internal void SetTextRunProperties(VisualLineElementTextRunProperties p) |
|
|
|
internal void SetTextRunProperties(VisualLineElementTextRunProperties p) |
|
|
|
{ |
|
|
|
{ |
|
|
|