'Declaration <DescriptionAttribute("Gets or sets the data binding type.")> <CategoryAttribute("ImGearThumbnailList Properties")> <BrowsableAttribute(True)> <DefaultValueAttribute()> Public Property DataBindingType As ImGearDataBindingType
'Usage Dim instance As ImGearThumbnailList Dim value As ImGearDataBindingType instance.DataBindingType = value value = instance.DataBindingType
[Description("Gets or sets the data binding type.")] [Category("ImGearThumbnailList Properties")] [Browsable(true)] [DefaultValue()] public ImGearDataBindingType DataBindingType {get; set;}
[Description("Gets or sets the data binding type.")] [Category("ImGearThumbnailList Properties")] [Browsable(true)] [DefaultValue()] public: __property ImGearDataBindingType get_DataBindingType(); public: __property void set_DataBindingType( ImGearDataBindingType value );
[Description("Gets or sets the data binding type.")] [Category("ImGearThumbnailList Properties")] [Browsable(true)] [DefaultValue()] public: property ImGearDataBindingType DataBindingType { ImGearDataBindingType get(); void set ( ImGearDataBindingType value); }