'Declaration
Public Property LocalFontListIndex As Nullable(Of UShort)
'Usage
Dim instance As FontX Dim value As Nullable(Of UShort) instance.LocalFontListIndex = value value = instance.LocalFontListIndex
public Nullable<ushort> LocalFontListIndex {get; set;}