Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShadowFormat Interface / RotateWithShape Property


In This Topic
    RotateWithShape Property (IShadowFormat)
    In This Topic
    Gets or sets a value indicating whether to rotate the shadow when rotating the shape.
    Syntax
    'Declaration
     
    
    Property RotateWithShape As Boolean
    'Usage
     
    
    Dim instance As IShadowFormat
    Dim value As Boolean
     
    instance.RotateWithShape = value
     
    value = instance.RotateWithShape
    bool RotateWithShape {get; set;}

    Property Value

    true if rotate the shadow when rotating the shape; otherwise, false.
    See Also