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


In This Topic
    PictureFormat Property (IShapeBase)
    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 IShapeBase
    Dim value As IPictureFormat
     
    value = instance.PictureFormat
    IPictureFormat PictureFormat {get;}

    Property Value

    The picture format.
    See Also