Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / SizeInt Structure / Height Property


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

    Property Value

    The vertical component of this SizeInt structure, typically measured in pixels.
    See Also