Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageBrush Class / Alignment Property


In This Topic
Alignment Property (ImageBrush)
In This Topic
Gets or sets the texture alignment.
Syntax
'Declaration
 
Public Property Alignment As RectAlignment
 
'Usage
 
Dim instance As ImageBrush
Dim value As RectAlignment
 
instance.Alignment = value
 
value = instance.Alignment
See Also