conaito Office2Silverlight SDK
Gets or sets the thumbnails style.

Namespace: Conaito.Office2Silverlight
Assembly: office2silverlight (in office2silverlight.exe) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public ThumbnailsStyle ThumbnailsStyle { get; set; }
Visual Basic
Public Property ThumbnailsStyle As ThumbnailsStyle
	Get
	Set
Visual C++
public:
property ThumbnailsStyle ThumbnailsStyle {
	ThumbnailsStyle get ();
	void set (ThumbnailsStyle value);
}

Field Value

The thumbnails style.

See Also