'Declaration Public ReadOnly Property Level As System.Nullable(Of OutlineLevel)
public System.Nullable<OutlineLevel> Level {get;}
For custom styles the property value returns a null reference (Nothing in Visual Basic).
'Declaration Public ReadOnly Property Level As System.Nullable(Of OutlineLevel)
public System.Nullable<OutlineLevel> Level {get;}