LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

Offset Property (AnnGradientStop)






Gets the location of the gradient stop within the gradient vector. .NET support Silverlight support
Syntax
public double Offset {get; set;}
'Declaration
 
Public Property Offset As Double
'Usage
 
Dim instance As AnnGradientStop
Dim value As Double
 
instance.Offset = value
 
value = instance.Offset
public double Offset {get; set;}
 get_Offset();
set_Offset(value);
public:
property double Offset {
   double get();
   void set (    double value);
}

Property Value

The relative location of this gradient stop along the gradient vector. The default value is 0.0.
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

AnnGradientStop Class
AnnGradientStop Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.