property intrinsicWidth

(r/o) int32 intrinsicWidth;

Typ

Zugriff

This property returns the intrinsicWidth of the box is the width that the box requires to to fit its sized content without the need for scaling or scrolling. Example: An image box that has a 75x90 image in it would have an intrinsicWidth of 75. This will always be the case even if a style has specified the box's actual width be 100.

See intrinsicHeight property for example.