Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListImageColumn Class / Stretch Property


In This Topic
    Stretch Property
    In This Topic
    Gets or sets a value that describes how an System.Windows.Controls.Image should be stretched to fill the SubItems in the column.
    Syntax
    'Declaration
     
    Public Property Stretch As Stretch
    'Usage
     
    Dim instance As ListImageColumn
    Dim value As Stretch
     
    instance.Stretch = value
     
    value = instance.Stretch
    public Stretch Stretch {get; set;}

    Property Value

    A value of the enumeration that specifies how the source image is applied. The default value is System.Windows.Media.Stretch.None.
    See Also