Leadtools.ImageProcessing.Core Namespace > SubtractBackgroundCommand Class : ShrinkingSize Property |
public SubtractBackgroundCommandType ShrinkingSize {get; set;}
'Declaration Public Property ShrinkingSize As SubtractBackgroundCommandType
'Usage Dim instance As SubtractBackgroundCommand Dim value As SubtractBackgroundCommandType instance.ShrinkingSize = value value = instance.ShrinkingSize
public SubtractBackgroundCommandType ShrinkingSize {get; set;}
@property (nonatomic, assign) LTSubtractBackgroundCommandType shrinkingSize;
public SubtractBackgroundCommandType getShrinkingSize() public void setShrinkingSize(SubtractBackgroundCommandType value)
get_ShrinkingSize();
set_ShrinkingSize(value);
Object.defineProperty('ShrinkingSize');
public: property SubtractBackgroundCommandType ShrinkingSize { SubtractBackgroundCommandType get(); void set ( SubtractBackgroundCommandType value); }