'Declaration Public Property Visible As Nullable(Of Boolean)
public Nullable<bool> Visible {get; set;}
Property Value
true
if the rulers should be shown by default; otherwise, false
.'Declaration Public Property Visible As Nullable(Of Boolean)
public Nullable<bool> Visible {get; set;}
true
if the rulers should be shown by default; otherwise, false
.