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;} |
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