Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Picture Class / PictureStretch Property


In This Topic
    PictureStretch Property
    In This Topic
    Gets or sets the picture stretch.
    Syntax
    'Declaration
     
    Public Property PictureStretch As Stretch
    'Usage
     
    Dim instance As Picture
    Dim value As Stretch
     
    instance.PictureStretch = value
     
    value = instance.PictureStretch
    public Stretch PictureStretch {get; set;}

    Property Value

    The stretch of the picture.
    See Also