ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
RotationAngle Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout Namespace > PageLayout Class : RotationAngle Property




Rotation angle for the page. Not currently used.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ResDescriptionAttribute("Rotation angle for the page. Not currently used.")>
<BrowsableAttribute(False)>
Public Property RotationAngle As Double
Visual Basic (Usage)Copy Code
Dim instance As PageLayout
Dim value As Double
 
instance.RotationAngle = value
 
value = instance.RotationAngle
C# 
[DefaultValueAttribute()]
[ResDescriptionAttribute("Rotation angle for the page. Not currently used.")]
[BrowsableAttribute(false)]
public double RotationAngle {get; set;}

Remarks

Rotation angle for the page layout is not supported at the current version. It may be supported in future versions.

See Also

© 2010 All Rights Reserved.