'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the a value which specifies how the image is treated.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property SizeMode As ImageSizeMode
'Usage
Dim instance As NSegmentedImage Dim value As ImageSizeMode instance.SizeMode = value value = instance.SizeMode
[System.ComponentModel.Description("Gets/sets the a value which specifies how the image is treated.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public ImageSizeMode SizeMode {get; set;}