ActualWidth Property (TextBlock)
Gets the rendered width of the TextBlock.
XAML |
Cannot be used in XAML.
|
Scripting |
value = object.ActualWidth
|
Property Value
The rendered width of the TextBlock.
This property is read-only.
Remarks
ActualHeight and ActualWidth reflect the rendered height and width of the TextBlock. These properties can be different than the Height and Width properties of the TextBlock. Setting the TextWrapping property affects the ActualHeight and ActualWidth values of the TextBlock. The following illustration shows how the TextWrapping property affects ActualWidth.
How TextWrapping affects ActualWidth