MindFusion.Mapping Programmer's Guide

Rect.XMax Property

See Also
 






Gets or set the maximum X value.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public double XMax { get; set; }

Visual Basic  Copy Code

Public Property XMax As Double

 Property Value

A double value.

 See Also