Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterCurve Class : Type Property |
public RasterCurveType Type {get; set;}
'Declaration
Public Property Type As RasterCurveType
'Usage
Dim instance As RasterCurve Dim value As RasterCurveType instance.Type = value value = instance.Type
public RasterCurveType Type {get; set;}
<br/>get_Type();<br/>set_Type(value);<br/>Object.defineProperty('Type');
public: property RasterCurveType Type { RasterCurveType get(); void set ( RasterCurveType value); }