Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / GrapeCity.Native.Gdi32 Namespace / CompatibleBitmap Class / Height Property


In This Topic
    Height Property (CompatibleBitmap)
    In This Topic
    Gets the height, in pixels, of this compatible bitmap.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Height As Integer
    'Usage
     
    
    Dim instance As CompatibleBitmap
    Dim value As Integer
     
    value = instance.Height
    public int Height {get;}
    See Also