Get or set the length of the minor tickmarks.
Namespace: Ico.TwxAssembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public int MinorTickmarkSize { get; set; } |
| Visual Basic |
|---|
Public Property MinorTickmarkSize As Integer Get Set |
| JScript |
|---|
function get MinorTickmarkSize () : int function set MinorTickmarkSize (value : int) |