ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridImageColumn Class / Stretch Property

In This Topic
    Stretch Property
    In This Topic
    Gets or sets a value that describes how an Image should be stretched to fill the destination rectangle.
    Syntax
    'Declaration
     
    
    Public Property Stretch As Stretch
    public Stretch Stretch {get; set;}

    Property Value

    Value that describes how an Image should be stretched to fill the destination rectangle.
    See Also