LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

Offset Property (AnnGradientStop)

Show in webframe





Gets the location of the gradient stop within the gradient vector.
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:
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

See Also

Reference

AnnGradientStop Class
AnnGradientStop Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.