Xceed Grid for WinForms v4.3 Documentation
Offset Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GradientStop Class : Offset Property
Gets or sets the offset of the GradientStop.
Syntax
'Declaration
 
Public Property Offset As Double
'Usage
 
Dim instance As GradientStop

Dim value As Double

 

instance.Offset = value

 

value = instance.Offset
public double Offset {get; set;}

Property Value

A double value representing the offset of the GradientStop.
Remarks
A GradientStop's offset must be between 0 and 1.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GradientStop Class
GradientStop Members