Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGroupShape Interface / PictureFormat Property


In This Topic
    PictureFormat Property (IGroupShape)
    In This Topic
    Gets a IPictureFormat object that contains picture formatting properties for the specified shape.
    Syntax
    'Declaration
     
    
    ReadOnly Property PictureFormat As IPictureFormat
    'Usage
     
    
    Dim instance As IGroupShape
    Dim value As IPictureFormat
     
    value = instance.PictureFormat
    IPictureFormat PictureFormat {get;}

    Property Value

    The picture format.
    See Also