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