MindFusion.Mapping Programmer's Guide

Rect.YMax Property

See Also
 






Gets or set the maximum Y value.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public double YMax { get; set; }

Visual Basic  Copy Code

Public Property YMax As Double

 Property Value

A double value.

 See Also