RichTextKit v0.4

TextBlock.RenderWidth Property

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: TextBlock

This property is only used for text alignment when word wrapping is disabled (MaxWidth == null). When set it will be used for text alignment.

public Nullable<float> RenderWidth { get; set; }

Property Type

Nullable<float>