ESRI.ArcGIS.ADF.ArcGISServer
FixedAspectRatio Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > RectangleElement Class : FixedAspectRatio Property




Indicates if the bounds has a fixed aspect ratio.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property FixedAspectRatio As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RectangleElement
Dim value As Boolean
 
instance.FixedAspectRatio = value
 
value = instance.FixedAspectRatio
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public bool FixedAspectRatio {get; set;}

See Also

© 2010 All Rights Reserved.