'Declaration <System.ComponentModel.DefaultValueAttribute()> Public Property ShowBorder As System.Boolean
'Usage Dim instance As PrintInfo Dim value As System.Boolean instance.ShowBorder = value value = instance.ShowBorder
[System.ComponentModel.DefaultValue()] public System.bool ShowBorder {get; set;}
Property Value
true
if an outline border is printed around the control; otherwise, false
. The default value is true
.