In This Topic
GdPicture14.WPF Namespace / ThumbnailEx Class / ItemContainerStyle Property

ItemContainerStyle Property

In This Topic
Gets or sets the System.Windows.Style that is applied to the container element generated for each thumbnail item. Default value is Null.
Syntax
'Declaration
 
Public Property ItemContainerStyle As Style
public Style ItemContainerStyle {get; set;}
public read-write property ItemContainerStyle: Style; 
public function get,set ItemContainerStyle : Style
public: __property Style* get_ItemContainerStyle();
public: __property void set_ItemContainerStyle( 
   Style* value
);
public:
property Style^ ItemContainerStyle {
   Style^ get();
   void set (    Style^ value);
}

Property Value

The System.Windows.Style that is applied to the container element generated for each thumbnail item.
See Also