'Declaration <CategoryAttribute("ImGearThumbnailList Properties")> <BrowsableAttribute(True)> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <DescriptionAttribute("Gets or sets the thumbnail layout required in the ImGearThumbnailList control.")> Public Property Layout As ImGearThumbnailLayout
'Usage Dim instance As ImGearThumbnailList Dim value As ImGearThumbnailLayout instance.Layout = value value = instance.Layout
[Category("ImGearThumbnailList Properties")] [Browsable(true)] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Description("Gets or sets the thumbnail layout required in the ImGearThumbnailList control.")] public ImGearThumbnailLayout Layout {get; set;}
[Category("ImGearThumbnailList Properties")] [Browsable(true)] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Description("Gets or sets the thumbnail layout required in the ImGearThumbnailList control.")] public: __property ImGearThumbnailLayout get_Layout(); public: __property void set_Layout( ImGearThumbnailLayout value );
[Category("ImGearThumbnailList Properties")] [Browsable(true)] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Description("Gets or sets the thumbnail layout required in the ImGearThumbnailList control.")] public: property ImGearThumbnailLayout Layout { ImGearThumbnailLayout get(); void set ( ImGearThumbnailLayout value); }