Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / IDrawingContext Interface / RightToLeft Property


In This Topic
    RightToLeft Property (IDrawingContext)
    In This Topic
    Gets or sets a value that indicates whether the drawing object was painted RTL.
    Syntax
    'Declaration
     
    
    Property RightToLeft As Boolean
    'Usage
     
    
    Dim instance As IDrawingContext
    Dim value As Boolean
     
    instance.RightToLeft = value
     
    value = instance.RightToLeft
    bool RightToLeft {get; set;}
    See Also