ESRI.ArcGIS.ADF.Web.UI.WebControls
Size Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Navigation Class : Size Property




Size of the navigation character in points (1 point=1/72 inch) .

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("Size of the north arrow in points (1/72 inch) when using a font character as a north arrow.")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property Size As Integer
Visual Basic (Usage)Copy Code
Dim instance As Navigation
Dim value As Integer
 
instance.Size = value
 
value = instance.Size
C# 
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("Size of the north arrow in points (1/72 inch) when using a font character as a north arrow.")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public int Size {get; set;}

Property Value

Size of the navigation character in points.

Remarks

This property sets the size of the navigation character when the DisplayCharacter is used. If the DisplayImageUrl is set, that image is used instead and the Size property is ignored.

Be sure to set the Height and Width of the Navigation control large enough to contain the navigation character. The character may be cut off if the Height or Width are too small.

Requirements

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

See Also

© 2011 All Rights Reserved.