Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Inset Class / Bottom Property


In This Topic
    Bottom Property (Inset)
    In This Topic
    Gets the bottom inset.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Gets the inset from the bottom.")>
    Public ReadOnly Property Bottom As Double
    'Usage
     
    Dim instance As Inset
    Dim value As Double
     
    value = instance.Bottom
    [Description("Gets the inset from the bottom.")]
    public double Bottom {get;}

    Property Value

    The bottom inset.
    See Also