Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / TabStrip Class / Height Property


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