'Declaration
Public Property RotateWithShape As Boolean
'Usage
Dim instance As GradientBrush 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
.