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 > PunchCommand Class : Flags Property |
public PunchCommandFlags Flags {get; set;}
'Declaration Public Property Flags As PunchCommandFlags
'Usage Dim instance As PunchCommand Dim value As PunchCommandFlags instance.Flags = value value = instance.Flags
public PunchCommandFlags Flags {get; set;}
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
public: property PunchCommandFlags Flags { PunchCommandFlags get(); void set ( PunchCommandFlags value); }