Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.21
|
public RasterColor SampleColor {get; set;}
'Declaration
Public Property SampleColor As RasterColor
'Usage
Dim instance As SampleTargetCommand Dim value As RasterColor instance.SampleColor = value value = instance.SampleColor
public RasterColor SampleColor {get; set;}
<br/>get_SampleColor();<br/>set_SampleColor(value);<br/>Object.defineProperty('SampleColor');
public: property RasterColor SampleColor { RasterColor get(); void set ( RasterColor value); }