Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageBrush Class / LeftOffset Property


In This Topic
    LeftOffset Property (ImageBrush)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property LeftOffset As Double
    'Usage
     
    
    Dim instance As ImageBrush
    Dim value As Double
     
    instance.LeftOffset = value
     
    value = instance.LeftOffset
    public double LeftOffset {get; set;}
    See Also