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


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