Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageBrush Class / RotateWithShape Property


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

    Property Value

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