Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextFrame Interface / MarginTop Property


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