Gets or sets a flag if control should work in photo preview mode.

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool IsPhotoPreview { get; set; }
Visual Basic
Public Property IsPhotoPreview As Boolean
	Get
	Set
Visual C++
public:
property bool IsPhotoPreview {
	bool get ();
	void set (bool value);
}
F#
member IsPhotoPreview : bool with get, set

Property Value

Type: Boolean

See Also