'Declaration
<SRDescriptionAttribute("Indicates whether the control should redraw itself when resized.")> Protected Property ResizeRedraw As System.Boolean
'Usage
Dim instance As EditSourceDialog Dim value As System.Boolean instance.ResizeRedraw = value value = instance.ResizeRedraw
[SRDescription("Indicates whether the control should redraw itself when resized.")] protected System.bool ResizeRedraw {get; set;}