'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether a segmented stretch should be applied (if needed).")> Public Property UseImageSegmentation As System.Boolean
'Usage
Dim instance As NImageShape Dim value As System.Boolean instance.UseImageSegmentation = value value = instance.UseImageSegmentation
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value indicating whether a segmented stretch should be applied (if needed).")] public System.bool UseImageSegmentation {get; set;}