←Select platform

Offset Property

Summary
Gets the location of the gradient stop within the gradient vector.
Syntax
C#
VB
Objective-C
C++
Java
public double Offset { get; set; } 
Public Property Offset As Double 
@property (nonatomic) double offset; 
public double getOffset() 
public void setOffset(double offset) 
public:  
   property double Offset 
   { 
      double get() 
      void set(double value) 
   } 

Property Value

The location of the gradient stop within the gradient vector. This must be a value between 0 and 1.0. Default value is 0.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.