Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ScrollingContentInfo Class / MaxHeight Property


In This Topic
    MaxHeight Property
    In This Topic
    Gets or sets the maximum height in pixels for the vertical scrolling tip.
    Syntax
    'Declaration
     
    
    Public Property MaxHeight As Integer
    'Usage
     
    
    Dim instance As ScrollingContentInfo
    Dim value As Integer
     
    instance.MaxHeight = value
     
    value = instance.MaxHeight
    public int MaxHeight {get; set;}
    See Also