Gets or set the minimum Y value.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public double YMin { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property YMin As Double |
A double value specifying the minimum Y coordinate of the rectangle.
See Also