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


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