Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / ITextFrame Interface / MarginBottom Property


In This Topic
    MarginBottom Property
    In This Topic
    Returns or sets the distance (in pixels) between the bottom of the text frame and the bottom of the inscribed rectangle of the shape that contains the text.
    Syntax
    'Declaration
     
    Property MarginBottom As Double
    'Usage
     
    Dim instance As ITextFrame
    Dim value As Double
     
    instance.MarginBottom = value
     
    value = instance.MarginBottom
    double MarginBottom {get; set;}
    See Also