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


In This Topic
TextureOffsetX Property
In This Topic
Gets or sets the offset X value for the specified fill.
Syntax
'Declaration
 
Property TextureOffsetX As Double
 
'Usage
 
Dim instance As IFillFormat
Dim value As Double
 
instance.TextureOffsetX = value
 
value = instance.TextureOffsetX

Property Value

The offset X value for the specified fill.
See Also