Gets or sets the method used to detect gradients in the source raster.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Method() As AgEStkGraphicsGradientDetectMethod |
| [C#] |
|---|
public AgEStkGraphicsGradientDetectMethod Method {get; set;} |
| [Managed C++] |
|---|
public: __property AgEStkGraphicsGradientDetectMethod get_Method(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEStkGraphicsGradientDetectMethod getMethod(); public void setMethod( AgEStkGraphicsGradientDetectMethod ); |
[Python - STK API ] |
|---|
@property def Method(self) -> "AgEStkGraphicsGradientDetectMethod": @Method.setter def Method(self, Method:"AgEStkGraphicsGradientDetectMethod") -> None: |






