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


In This Topic
TextureAlignment Property
In This Topic
Gets or sets the texture alignment for the specified IFillFormat object.
Syntax
'Declaration
 
Property TextureAlignment As RectAlignment
 
'Usage
 
Dim instance As IFillFormat
Dim value As RectAlignment
 
instance.TextureAlignment = value
 
value = instance.TextureAlignment

Property Value

The texture alignment for the specified IFillFormat object.
See Also