'Declaration <CategoryAttribute("Behavior")> <DescriptionAttribute("Determines whether the user can select multiple Thumbnail items at the same time.")> <ImGearFilterAttribute()> Public Property SelectionMode As SelectionMode
'Usage Dim instance As ImGearThumbnailCtl Dim value As SelectionMode instance.SelectionMode = value value = instance.SelectionMode
[Category("Behavior")] [Description("Determines whether the user can select multiple Thumbnail items at the same time.")] [ImGearFilter()] public SelectionMode SelectionMode {get; set;}
[Category("Behavior")] [Description("Determines whether the user can select multiple Thumbnail items at the same time.")] [ImGearFilter()] public: __property SelectionMode get_SelectionMode(); public: __property void set_SelectionMode( SelectionMode value );
[Category("Behavior")] [Description("Determines whether the user can select multiple Thumbnail items at the same time.")] [ImGearFilter()] public: property SelectionMode SelectionMode { SelectionMode get(); void set ( SelectionMode value); }
Property Value
System.Windows.Controls.SelectionMode
value.