Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / PopUpCalculator Class / BackgroundImageLayout Property


In This Topic
    BackgroundImageLayout Property (PopUpCalculator)
    In This Topic
    Gets or sets the layout mode of the background image.
    Syntax
    'Declaration
     
    
    Public Property BackgroundImageLayout As ImageLayout
    'Usage
     
    
    Dim instance As PopUpCalculator
    Dim value As ImageLayout
     
    instance.BackgroundImageLayout = value
     
    value = instance.BackgroundImageLayout
    public ImageLayout BackgroundImageLayout {get; set;}

    Property Value

    A System.Windows.Forms.ImageLayout value indicates the layout mode of the background image.
    The default is System.Windows.Forms.ImageLayout.Tile.
    See Also