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


In This Topic
    RotateWithShape Property (OuterShadowEffect)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property RotateWithShape As Boolean
    'Usage
     
    
    Dim instance As OuterShadowEffect
    Dim value As Boolean
     
    instance.RotateWithShape = value
     
    value = instance.RotateWithShape
    public bool RotateWithShape {get; set;}
    See Also