'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the logic to be used when painting image to a specified bounds.")> Public Property SizeMode As ImageSizeMode
'Usage
Dim instance As NImageShape Dim value As ImageSizeMode instance.SizeMode = value value = instance.SizeMode
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the logic to be used when painting image to a specified bounds.")] public ImageSizeMode SizeMode {get; set;}