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