ESRI.ArcGIS.ADF.IMS
TickLength Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > HashLineSymbol Class : TickLength Property




Gets or sets the height of the ticks in pixels.

Syntax

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

Example

For an example of using this property, see the overview of this class.

Remarks

This property defines how far the ticks (hashes) extend to across the main feature line. The length is the total length of the tick, not the length on each side. See the HashLineSymbol overview for an illustration of this property.

Default is 6 pixels.

See Also

© 2010 All Rights Reserved.