Gets or sets the size of the pen sample markers.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public double MarkerSize { get; set; }
Visual Basic
Public Property MarkerSize As Double
	Get
	Set
JScript
function get MarkerSize () : double
function set MarkerSize (value : double)

Remarks

Setting this property to zero will cause pen markers to automatically scale proportionally to the StrokeThickness property.
A negative value will be ignored.

See Also