←Select platform

Offset Property

Summary

Gets the location of the gradient stop within the gradient vector.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double Offset { get; set; } 
Public Property Offset As Double 
public double Offset {get; set;} 
@property (nonatomic) double offset; 
public double getOffset() 
public void setOffset(double offset) 
             
  
get_Offset(); 
set_Offset(value); 
Object.defineProperty('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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly