Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / WinLossSparklineView Class / MaxHeight Property


In This Topic
    MaxHeight Property (WinLossSparklineView)
    In This Topic
    Syntax
    'Declaration
     
    <TypeConverterAttribute(System.Windows.LengthConverter)>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    Public Property MaxHeight As Double
    'Usage
     
    Dim instance As WinLossSparklineView
    Dim value As Double
     
    instance.MaxHeight = value
     
    value = instance.MaxHeight
    [TypeConverter(System.Windows.LengthConverter)]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    public double MaxHeight {get; set;}
    See Also