ESRI.ArcGIS.ADF.Web
YOffset Property
See Also 
ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace > MarkerSymbol Class : YOffset Property




Gets or sets the y offset of the symbol in pixels. A positive offset moves the symbol up. When YOffset is 0, the symbol is anchored on its half-height in the Y direction

Syntax

Visual Basic (Declaration) 
Public Property YOffset As Integer
Visual Basic (Usage)Copy Code
Dim instance As MarkerSymbol
Dim value As Integer
 
instance.YOffset = value
 
value = instance.YOffset
C# 
public int YOffset {get; set;}

See Also

© 2010 All Rights Reserved.