public RasterColor[,] Gradient {get; set;}
'Declaration
Public Property Gradient As RasterColor(,)
'Usage
Dim instance As GrayScaleToMultitoneCommand
Dim value() As RasterColor
instance.Gradient = value
value = instance.Gradient
public RasterColor[,] Gradient {get; set;}
@property (nonatomic, strong) NSMutableArray* gradient;
public RasterColor[][] getGradient()
public void setGradient(RasterColor[][] value)
get_Gradient();
set_Gradient(value);
Object.defineProperty('Gradient');
Property Value
User-defined two dimensional array of
Leadtools.RasterColor structures that will hold the set of color shade gradients. This property is used when the Distribution property is set to UserDefined.