Leadtools.ImageProcessing.SpecialEffects Namespace > RippleCommand Class : Type Property |
public RippleCommandType Type {get; set;}
'Declaration Public Property Type As RippleCommandType
'Usage Dim instance As RippleCommand Dim value As RippleCommandType instance.Type = value value = instance.Type
public RippleCommandType Type {get; set;}
get_Type();
set_Type(value);
Object.defineProperty('Type');
public: property RippleCommandType Type { RippleCommandType get(); void set ( RippleCommandType value); }