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