'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating how the image will be drawn.")> Public Property DrawMode As ImageDrawMode
'Usage
Dim instance As NDrawImageInfo Dim value As ImageDrawMode instance.DrawMode = value value = instance.DrawMode
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets a value indicating how the image will be drawn.")] public ImageDrawMode DrawMode {get; set;}