Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeEditingData Class / CroppingState Property


In This Topic
    CroppingState Property
    In This Topic
    Gets or sets the state of cropping Picture.
    Syntax
    'Declaration
     
    
    Public Property CroppingState As Integer
    'Usage
     
    
    Dim instance As ShapeEditingData
    Dim value As Integer
     
    instance.CroppingState = value
     
    value = instance.CroppingState
    public int CroppingState {get; set;}
    See Also