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




Gets or sets the x offset of the symbol in pixels. A positive offset moves the symbol to the right. When XOffset is 0, the symbol is anchored on its half-width in the X direction

Syntax

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

See Also

© 2010 All Rights Reserved.