Gets or sets preview popup height when pretty photo mode is not used

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

Syntax

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

Property Value

Type: Int32

See Also