Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFillFormat Interface / RotateWithObject Property


In This Topic
RotateWithObject Property
In This Topic
Gets or sets a value indicating whether the fill style should rotate with the object.
Syntax
'Declaration
 
Property RotateWithObject As Boolean
 
'Usage
 
Dim instance As IFillFormat
Dim value As Boolean
 
instance.RotateWithObject = value
 
value = instance.RotateWithObject

Property Value

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