RotateWithShape Property (Brush)
Gets or sets a value indicating whether the fill style should rotate with the shape.
public bool RotateWithShape {get;}
'Declaration
Public ReadOnly Property RotateWithShape As Boolean
'Usage
Dim instance As Brush
Dim value As Boolean
value = instance.RotateWithShape
Property Value
true
if the fill style should rotate with the shape; otherwise,
false
.