Gets or sets a user-defined two dimensional array of
RasterColor structures that will hold the set of color shade gradients.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Gradient As RasterColor() |
Managed Extensions for C++ | |
---|
public: __property RasterColor[] get_Gradient();
public: __property void set_Gradient(
RasterColor[] value
); |
Return Value
User-defined two dimensional array of
RasterColor structures that will hold the set of color shade gradients. This property is used when the Distribution property is set to UserDefined.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also