![]() ![]() |
ESRI.ArcGIS.ADF.Web | |
Bounds Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > ValueRange<T> Class : Bounds Property |
Visual Basic (Declaration) | |
---|---|
Public Property Bounds As RangeBounds |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ValueRange(Of T) Dim value As RangeBounds instance.Bounds = value value = instance.Bounds |
C# | |
---|---|
public RangeBounds Bounds {get; set;} |
This property is relevant when a feature's value exactly matches either the MinValue or MaxValue of the ValueRange. The values of RangeBounds and their effect on matches to the ValueRange are:
- None: the tested value must be between MinValue and MaxValue, and cannot equal either one.
- Lower: the tested value may equal the MinValue, or may be between MinValue and MaxValue.
- Upper: the tested value may equal the MaxValue, or may be between MinValue and MaxValue.
- All: the tested value must be between MinValue and MaxValue, or may equal either one.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family