Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageDrawing Class / RotateWithShape Property


In This Topic
    RotateWithShape Property (ImageDrawing)
    In This Topic
    The value determined that these effects are rotate with shape or not.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RotateWithShape As Boolean
    'Usage
     
    
    Dim instance As ImageDrawing
    Dim value As Boolean
     
    value = instance.RotateWithShape
    public bool RotateWithShape {get;}

    Property Value

    true if these effects are rotate with shape; otherwise, false.
    See Also