'宣言 Public Property SmoothingMode As System.Nullable(Of SmoothingMode)
'使用法 Dim instance As PageDrawParams Dim value As System.Nullable(Of SmoothingMode) instance.SmoothingMode = value value = instance.SmoothingMode
public System.Nullable<SmoothingMode> SmoothingMode {get; set;}