Spread WPF 18
GrapeCity.Drawing Namespace / Rect Structure / Height Property


In This Topic
    Height Property (Rect)
    In This Topic
    Gets or sets the height of this Rectangle structure.
    Syntax
    'Declaration
     
    Public Property Height As Integer
    'Usage
     
    Dim instance As Rect
    Dim value As Integer
     
    instance.Height = value
     
    value = instance.Height
    public int Height {get; set;}

    Property Value

    The height of this Rectangle structure.
    See Also