Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.ImageProcessing.Effects Namespace > RegionContourPointsCommand Class : Flags Property |
public RegionContourPointsCommandFlags Flags {get; set;}
'Declaration
Public Property Flags As RegionContourPointsCommandFlags
'Usage
Dim instance As RegionContourPointsCommand Dim value As RegionContourPointsCommandFlags instance.Flags = value value = instance.Flags
public RegionContourPointsCommandFlags Flags {get; set;}
<br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags');
public: property RegionContourPointsCommandFlags Flags { RegionContourPointsCommandFlags get(); void set ( RegionContourPointsCommandFlags value); }