ItemContainerStyle Property
Gets or sets the System.Windows.Style that is applied to the container element
generated for each thumbnail item.
Default value is Null.
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);
}
'Declaration
Public Property ItemContainerStyle As Style
Property Value
The System.Windows.Style that is applied to the container element generated for each thumbnail item.