'Declaration Property ApplyAlignment As Nullable(Of Boolean)
'Usage Dim instance As IExtendedFormat Dim value As Nullable(Of Boolean) instance.ApplyAlignment = value value = instance.ApplyAlignment
Nullable<bool> ApplyAlignment {get; set;}
'Declaration Property ApplyAlignment As Nullable(Of Boolean)
'Usage Dim instance As IExtendedFormat Dim value As Nullable(Of Boolean) instance.ApplyAlignment = value value = instance.ApplyAlignment
Nullable<bool> ApplyAlignment {get; set;}