ESRI.ArcGIS.ADF.Web.UI.WebControls
Size Property
See Also 
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) 
<PersistenceModeAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("Appearance")>
<ResDescriptionAttribute("Size of the north arrow in points (1/72 inch) when using a font character as a north arrow.")>
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# 
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("Appearance")]
[ResDescriptionAttribute("Size of the north arrow in points (1/72 inch) when using a font character as a north arrow.")]
public int Size {get; set;}

Return 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.

See Also

© 2010 All Rights Reserved.