Gets or sets the image aspect ratio.

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

Syntax

C#
public float ImageAspectRatio { get; }
Visual Basic
Public ReadOnly Property ImageAspectRatio As Single
	Get
Visual C++
public:
property float ImageAspectRatio {
	float get ();
}
F#
member ImageAspectRatio : float32 with get

Property Value

Type: Single

See Also