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

ItemContainerStyle Property

In This Topic
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);

}
See Also