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


In This Topic
    RotateWithShape Property (Brush)
    In This Topic
    Gets or sets a value indicating whether the fill style should rotate with the shape.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RotateWithShape As Boolean
    'Usage
     
    
    Dim instance As Brush
    Dim value As Boolean
     
    value = instance.RotateWithShape
    public bool RotateWithShape {get;}

    Property Value

    true if the fill style should rotate with the shape; otherwise, false.
    See Also