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