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


In This Topic
    Height Property (FloatingObjectSelectedFrame)
    In This Topic
    Syntax
    'Declaration
     
    <TypeConverterAttribute(System.Windows.LengthConverter)>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    Public Property Height As Double
    'Usage
     
    Dim instance As FloatingObjectSelectedFrame
    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