'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the sizing modes allowed for this header item.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.EditorAttribute(Nevron.UI.NFlagsEnumTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property SizeMode As TreeListHeaderSizeMode
'Usage
Dim instance As NTreeListHeaderItem Dim value As TreeListHeaderSizeMode instance.SizeMode = value value = instance.SizeMode
[System.ComponentModel.Description("Gets/sets the sizing modes allowed for this header item.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Editor(Nevron.UI.NFlagsEnumTypeEditor, System.Drawing.Design.UITypeEditor)] public TreeListHeaderSizeMode SizeMode {get; set;}