Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > BorderRemoveCommand Class : Border Property |
public BorderRemoveBorderFlags Border {get; set;}
'Declaration
Public Property Border As BorderRemoveBorderFlags
'Usage
Dim instance As BorderRemoveCommand Dim value As BorderRemoveBorderFlags instance.Border = value value = instance.Border
public BorderRemoveBorderFlags Border {get; set;}
@property (nonatomic, assign) LTBorderRemoveBorderFlags border
public int getBorder() public void setBorder(int value)
<br/>get_Border();<br/>set_Border(value);<br/>Object.defineProperty('Border');
public: property BorderRemoveBorderFlags Border { BorderRemoveBorderFlags get(); void set ( BorderRemoveBorderFlags value); }