'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property PixelFormat As System.Drawing.Imaging.PixelFormat
'Usage
Dim instance As NRasterImageFormat Dim value As System.Drawing.Imaging.PixelFormat instance.PixelFormat = value value = instance.PixelFormat
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public System.Drawing.Imaging.PixelFormat PixelFormat {get; set;}