Leadtools.ImageProcessing.Core Namespace > AutoZoningCommand Class : CheckBoxes Property |
public IList<LeadRect> CheckBoxes {get;}
'Declaration Public ReadOnly Property CheckBoxes As IList(Of LeadRect)
'Usage Dim instance As AutoZoningCommand Dim value As IList(Of LeadRect) value = instance.CheckBoxes
public Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <LeadRect> CheckBoxes {get;}
@property (nonatomic, assign, readonly) LeadRect* checkBoxes;
public List<LeadRect> getCheckboxes()
get_CheckBoxes();
public: property IList<LeadRect>^ CheckBoxes { IList<LeadRect>^ get(); }