Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageBrush Class / BottomOffset Property


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