'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the a value whether the segmented image will cache the parts of the original image.")> <System.ComponentModel.DefaultValueAttribute(False)> Public Property ExtractImageParts As System.Boolean
'Usage
Dim instance As NSegmentedImage Dim value As System.Boolean instance.ExtractImageParts = value value = instance.ExtractImageParts
[System.ComponentModel.Description("Gets/sets the a value whether the segmented image will cache the parts of the original image.")] [System.ComponentModel.DefaultValue(false)] public System.bool ExtractImageParts {get; set;}