Height (Rect)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets the height value of a Rect object.

value = object.Height
object.Height = value

Property Value

Type: Double

The height value of the Rect object.

This property is read/write. The default value is 0.

Managed Equivalent

Height

Remarks

Property values for a Rect and an object for Rect are not available for all cases Rect is used as a property type. See the "Remarks" section in the Rect reference topic.

The properties of a Rect do not have a XAML usage because there is no way to create a Rect in XAML as an object element. Instead, you always specify a Rect as a string that is either provided as a XAML attribute value, or set to a property value in script. Each of these cases is supported by a type conversion behavior. If the particular property that is being set can return a Rect as an object to script, the value, as provided in the original string, can be retrieved as the Height value of that Rect object.

Applies To

Rect

See Also

Reference