Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / ShapeStateEventArgs Class / PictureFormat Property


In This Topic
    PictureFormat Property (ShapeStateEventArgs)
    In This Topic
    Gets a boolean value indicating whether the shape's picture format is changed.
    Syntax
    'Declaration
     
    
    Public Property PictureFormat As Boolean
    'Usage
     
    
    Dim instance As ShapeStateEventArgs
    Dim value As Boolean
     
    instance.PictureFormat = value
     
    value = instance.PictureFormat
    public bool PictureFormat {get; set;}
    See Also