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


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